summaryrefslogtreecommitdiff
path: root/forms/source/xforms/xmlhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/xmlhelper.cxx')
-rw-r--r--forms/source/xforms/xmlhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/xmlhelper.cxx b/forms/source/xforms/xmlhelper.cxx
index 7c55516d12ca..4eb8025a9d14 100644
--- a/forms/source/xforms/xmlhelper.cxx
+++ b/forms/source/xforms/xmlhelper.cxx
@@ -105,7 +105,7 @@ bool isValidQName( const OUString& sName,
}
}
if( nColon > 1 )
- bRet = sal_False;
+ bRet = false;
return bRet;
}