diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 18:57:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 09:23:26 -0600 |
commit | 2a42d5ec2965451f8cb2e719d831f4b2722f51bb (patch) | |
tree | 48cbc49e81c914e6fb7f0290e3784c774d8563a6 /i18npool/inc/textconversion.hxx | |
parent | 3a35e28628a6d9fd9100e35754eaba1db9bf1d50 (diff) |
Remove visual noise from i18npool
Change-Id: I1cd4254713ce9c1bc7c232414c24e926f1f8a653
Reviewed-on: https://gerrit.libreoffice.org/8269
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'i18npool/inc/textconversion.hxx')
-rw-r--r-- | i18npool/inc/textconversion.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/i18npool/inc/textconversion.hxx b/i18npool/inc/textconversion.hxx index 7be157b31899..96eb98487242 100644 --- a/i18npool/inc/textconversion.hxx +++ b/i18npool/inc/textconversion.hxx @@ -30,9 +30,9 @@ namespace com { namespace sun { namespace star { namespace i18n { -// ---------------------------------------------------- + // class TextConversion -// ---------------------------------------------------- + class TextConversion: public cppu::WeakImplHelper2 < com::sun::star::i18n::XExtendedTextConversion, @@ -97,9 +97,9 @@ typedef struct { sal_Int16 count; } Hangul_Index; -// ---------------------------------------------------- + // class TextConversion_ko -// ---------------------------------------------------- + class TextConversion_ko : public TextConversion { public: @@ -146,9 +146,9 @@ private : getCharConversions(const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, sal_Bool toHanja); }; -// ---------------------------------------------------- + // class TextConversion_zh -// ---------------------------------------------------- + // for SChines/TChinese word conversion typedef struct { |