summaryrefslogtreecommitdiff
path: root/editeng/source/misc/hangulhanja.cxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-13 14:12:48 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-13 14:12:48 +0100
commitcd8b926d4374843eaab936b346f4f4e9b9841ffc (patch)
treefbddb7dee9d8e558b41eecee32148063d76e072f /editeng/source/misc/hangulhanja.cxx
parentbaa228bd0d3c925bdceec1baf7b0095380bb2c69 (diff)
removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong / remove tools types from editeng
Diffstat (limited to 'editeng/source/misc/hangulhanja.cxx')
-rw-r--r--editeng/source/misc/hangulhanja.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/editeng/source/misc/hangulhanja.cxx b/editeng/source/misc/hangulhanja.cxx
index 378ffb705300..02740911f6d1 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 <TRUE/> if and only if the complete conversion is done
+ /** continue with the conversion, return <sal_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
- <FALSE/> if and only if something went wrong
+ <sal_False/> if and only if something went wrong
*/
bool implGetConversionDirectionForCurrentPortion( HHC::ConversionDirection& rDirection );
@@ -686,7 +686,7 @@ namespace editeng
// determine if it's Hangul
CharClass aCharClassificaton( m_xORB, m_aSourceLocale );
- sal_Int16 nScript = aCharClassificaton.getScript( m_sCurrentPortion, sal::static_int_cast< USHORT >(nNextAsianScript) );
+ sal_Int16 nScript = aCharClassificaton.getScript( m_sCurrentPortion, sal::static_int_cast< sal_uInt16 >(nNextAsianScript) );
if ( ( UnicodeScript_kHangulJamo == nScript )
|| ( UnicodeScript_kHangulCompatibilityJamo == nScript )
|| ( UnicodeScript_kHangulSyllable == nScript )