summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-14 11:20:36 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-14 11:20:36 +0100
commit94eae11e9ee5956df320078b759ad86459df6694 (patch)
tree79be8f1eabd869312597cda3d8e9669c101db0f3 /editeng
parent94fc32ce8479bf308e3bfda1b97727a2b9b98f1b (diff)
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/misc/hangulhanja.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/misc/hangulhanja.cxx b/editeng/source/misc/hangulhanja.cxx
index 02740911f6d1..87f115474bf7 100644
--- a/editeng/source/misc/hangulhanja.cxx
+++ b/editeng/source/misc/hangulhanja.cxx
@@ -186,7 +186,7 @@ namespace editeng
protected:
void createDialog();
- /** continue with the conversion, return <sal_True/> if and only if the complete conversion is done
+ /** continue with the conversion, return <TRUE/> if and only if the complete conversion is done
@param _bRepeatCurrentUnit
if <TRUE/>, an implNextConvertible will be called initially to advance to the next convertible.
if <FALSE/>, the method will initially work with the current convertible unit
@@ -237,7 +237,7 @@ namespace editeng
/** determine the ConversionDirection for m_sCurrentPortion
@return
- <sal_False/> if and only if something went wrong
+ <FALSE/> if and only if something went wrong
*/
bool implGetConversionDirectionForCurrentPortion( HHC::ConversionDirection& rDirection );