summaryrefslogtreecommitdiff
path: root/sw/source/uibase/fldui
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-11-09 18:39:00 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-11-16 16:54:38 +0100
commit9ba8304dad9473410fe5b30699fd4389e6a174aa (patch)
tree2815f65e083055c47f07d64735da51eeb9817167 /sw/source/uibase/fldui
parent4bdae9c9fb5c126245feb1b1fe8d3d7833fdeb00 (diff)
sal_True/sal_False to true/false in sw comments (also delete obsolete ones)
Change-Id: Ifb29bd3e9c5dc7671c189fd9daa010305f7a85a4
Diffstat (limited to 'sw/source/uibase/fldui')
-rw-r--r--sw/source/uibase/fldui/xfldui.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/fldui/xfldui.cxx b/sw/source/uibase/fldui/xfldui.cxx
index 9e567a765d20..adc4f9cb91b0 100644
--- a/sw/source/uibase/fldui/xfldui.cxx
+++ b/sw/source/uibase/fldui/xfldui.cxx
@@ -46,7 +46,7 @@ using namespace ::com::sun::star::beans;
// need any exception handling.
// Is the database field numeric?
-// remark: in case of error sal_True is returned
+// remark: in case of error true is returned
bool SwFldMgr::IsDBNumeric( const OUString& rDBName, const OUString& rTblQryName,
bool bIsTable, const OUString& rFldName)
{