diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-11-09 18:39:00 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-11-16 16:54:38 +0100 |
commit | 9ba8304dad9473410fe5b30699fd4389e6a174aa (patch) | |
tree | 2815f65e083055c47f07d64735da51eeb9817167 /sw/source/ui/misc | |
parent | 4bdae9c9fb5c126245feb1b1fe8d3d7833fdeb00 (diff) |
sal_True/sal_False to true/false in sw comments (also delete obsolete ones)
Change-Id: Ifb29bd3e9c5dc7671c189fd9daa010305f7a85a4
Diffstat (limited to 'sw/source/ui/misc')
-rw-r--r-- | sw/source/ui/misc/glosbib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/misc/glosbib.cxx b/sw/source/ui/misc/glosbib.cxx index d65abfe36a8a..9aab2ff9e24d 100644 --- a/sw/source/ui/misc/glosbib.cxx +++ b/sw/source/ui/misc/glosbib.cxx @@ -370,7 +370,7 @@ bool SwGlossaryGroupDlg::IsDeleteAllowed(const OUString &rGroup) // OM: if the name is among the new region name, it is deletable // as well! Because for non existing region names ReadOnly issues - // sal_True. + // true. for (OUVector_t::const_iterator it(m_InsertedArr.begin()); it != m_InsertedArr.end(); ++it) |