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 | |
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')
21 files changed, 54 insertions, 54 deletions
diff --git a/i18npool/inc/breakiteratorImpl.hxx b/i18npool/inc/breakiteratorImpl.hxx index 92cae013e60f..a6d3e6517d55 100644 --- a/i18npool/inc/breakiteratorImpl.hxx +++ b/i18npool/inc/breakiteratorImpl.hxx @@ -36,9 +36,9 @@ namespace com { namespace sun { namespace star { namespace i18n { -// ---------------------------------------------------- + // class BreakIterator -// ---------------------------------------------------- + class BreakIteratorImpl : public cppu::WeakImplHelper2 < XBreakIterator, diff --git a/i18npool/inc/breakiterator_cjk.hxx b/i18npool/inc/breakiterator_cjk.hxx index 1f1632618844..5985c399cff4 100644 --- a/i18npool/inc/breakiterator_cjk.hxx +++ b/i18npool/inc/breakiterator_cjk.hxx @@ -23,9 +23,9 @@ #include <xdictionary.hxx> namespace com { namespace sun { namespace star { namespace i18n { -// ---------------------------------------------------- + // class BreakIterator_CJK -// ---------------------------------------------------- + class BreakIterator_CJK : public BreakIterator_Unicode { public: diff --git a/i18npool/inc/breakiterator_ctl.hxx b/i18npool/inc/breakiterator_ctl.hxx index 270f64b395e4..fce4a35a72d5 100644 --- a/i18npool/inc/breakiterator_ctl.hxx +++ b/i18npool/inc/breakiterator_ctl.hxx @@ -24,9 +24,9 @@ namespace com { namespace sun { namespace star { namespace i18n { -// ---------------------------------------------------- + // class BreakIterator_CTL -// ---------------------------------------------------- + class BreakIterator_CTL : public BreakIterator_Unicode { public: diff --git a/i18npool/inc/breakiterator_th.hxx b/i18npool/inc/breakiterator_th.hxx index 19dbeae87e30..8c8abb4f59c2 100644 --- a/i18npool/inc/breakiterator_th.hxx +++ b/i18npool/inc/breakiterator_th.hxx @@ -22,9 +22,9 @@ namespace com { namespace sun { namespace star { namespace i18n { -// ---------------------------------------------------- + // class BreakIterator_th -// ---------------------------------------------------- + class BreakIterator_th : public BreakIterator_CTL { public: diff --git a/i18npool/inc/breakiterator_unicode.hxx b/i18npool/inc/breakiterator_unicode.hxx index a1c9ff9ef0ee..3e37956f6c6a 100644 --- a/i18npool/inc/breakiterator_unicode.hxx +++ b/i18npool/inc/breakiterator_unicode.hxx @@ -30,9 +30,9 @@ namespace com { namespace sun { namespace star { namespace i18n { #define LOAD_SENTENCE_BREAKITERATOR 2 #define LOAD_LINE_BREAKITERATOR 3 -// ---------------------------------------------------- + // class BreakIterator_Unicode -// ---------------------------------------------------- + class BreakIterator_Unicode : public BreakIteratorImpl { public: diff --git a/i18npool/inc/calendarImpl.hxx b/i18npool/inc/calendarImpl.hxx index e8ee2e950159..39268167208d 100644 --- a/i18npool/inc/calendarImpl.hxx +++ b/i18npool/inc/calendarImpl.hxx @@ -28,9 +28,9 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <vector> -// ---------------------------------------------------- + // class CalendarImpl -// ---------------------------------------------------- + namespace com { namespace sun { namespace star { namespace i18n { diff --git a/i18npool/inc/calendar_gregorian.hxx b/i18npool/inc/calendar_gregorian.hxx index f9b788d8d530..13a2686fccb2 100644 --- a/i18npool/inc/calendar_gregorian.hxx +++ b/i18npool/inc/calendar_gregorian.hxx @@ -24,9 +24,9 @@ #include <unicode/calendar.h> -// ---------------------------------------------------- + // class Calendar_gregorian -// ---------------------------------------------------- + namespace com { namespace sun { namespace star { namespace i18n { @@ -128,9 +128,9 @@ private: bool getCombinedOffset( sal_Int32 & o_nOffset, sal_Int16 nParentFieldIndex, sal_Int16 nChildFieldIndex ) const; }; -// ---------------------------------------------------- + // class Calendar_hanja -// ---------------------------------------------------- + class Calendar_hanja : public Calendar_gregorian { public: @@ -140,9 +140,9 @@ public: virtual OUString SAL_CALL getDisplayName(sal_Int16 nCalendarDisplayIndex, sal_Int16 nIdx, sal_Int16 nNameType) throw(com::sun::star::uno::RuntimeException); }; -// ---------------------------------------------------- + // class Calendar_gengou -// ---------------------------------------------------- + class Calendar_gengou : public Calendar_gregorian { public: @@ -150,9 +150,9 @@ public: Calendar_gengou(); }; -// ---------------------------------------------------- + // class Calendar_ROC -// ---------------------------------------------------- + class Calendar_ROC : public Calendar_gregorian { public: @@ -160,9 +160,9 @@ public: Calendar_ROC(); }; -// ---------------------------------------------------- + // class Calendar_buddhist -// ---------------------------------------------------- + class Calendar_buddhist : public Calendar_gregorian { public: diff --git a/i18npool/inc/calendar_hijri.hxx b/i18npool/inc/calendar_hijri.hxx index ccc41e06cf2c..a478bd01677e 100644 --- a/i18npool/inc/calendar_hijri.hxx +++ b/i18npool/inc/calendar_hijri.hxx @@ -22,9 +22,9 @@ #include "calendar_gregorian.hxx" -// ---------------------------------------------------- + // class Calendar_hijri -// ---------------------------------------------------- + namespace com { namespace sun { namespace star { namespace i18n { diff --git a/i18npool/inc/calendar_jewish.hxx b/i18npool/inc/calendar_jewish.hxx index e76bdec4254a..d997843918aa 100644 --- a/i18npool/inc/calendar_jewish.hxx +++ b/i18npool/inc/calendar_jewish.hxx @@ -21,9 +21,9 @@ #include "calendar_gregorian.hxx" -// ---------------------------------------------------- + // class Calendar_jewish -// ---------------------------------------------------- + namespace com { namespace sun { namespace star { namespace i18n { diff --git a/i18npool/inc/indexentrysupplier.hxx b/i18npool/inc/indexentrysupplier.hxx index 615fba4843da..b15b45f57953 100644 --- a/i18npool/inc/indexentrysupplier.hxx +++ b/i18npool/inc/indexentrysupplier.hxx @@ -26,9 +26,9 @@ namespace com { namespace sun { namespace star { namespace i18n { -// ---------------------------------------------------- + // class IndexEntrySupplier -// ---------------------------------------------------- + class IndexEntrySupplier : public cppu::WeakImplHelper2 < com::sun::star::i18n::XExtendedIndexEntrySupplier, diff --git a/i18npool/inc/indexentrysupplier_asian.hxx b/i18npool/inc/indexentrysupplier_asian.hxx index 687698e45af3..50cf3a1010af 100644 --- a/i18npool/inc/indexentrysupplier_asian.hxx +++ b/i18npool/inc/indexentrysupplier_asian.hxx @@ -25,9 +25,9 @@ namespace com { namespace sun { namespace star { namespace i18n { -// ---------------------------------------------------- + // class IndexEntrySupplier_asian -// ---------------------------------------------------- + class IndexEntrySupplier_asian : public IndexEntrySupplier_Common { public: diff --git a/i18npool/inc/indexentrysupplier_common.hxx b/i18npool/inc/indexentrysupplier_common.hxx index 8ddb40d5c2b8..df54320a4f83 100644 --- a/i18npool/inc/indexentrysupplier_common.hxx +++ b/i18npool/inc/indexentrysupplier_common.hxx @@ -27,9 +27,9 @@ namespace com { namespace sun { namespace star { namespace i18n { -// ---------------------------------------------------- + // class IndexEntrySupplier_Common -// ---------------------------------------------------- + class IndexEntrySupplier_Common : public cppu::WeakImplHelper2 < diff --git a/i18npool/inc/indexentrysupplier_default.hxx b/i18npool/inc/indexentrysupplier_default.hxx index 37fffddc3831..13865ea79cf8 100644 --- a/i18npool/inc/indexentrysupplier_default.hxx +++ b/i18npool/inc/indexentrysupplier_default.hxx @@ -25,9 +25,9 @@ namespace com { namespace sun { namespace star { namespace i18n { class Index; -// ---------------------------------------------------- + // class IndexEntrySupplier_Unicode -// ---------------------------------------------------- + class IndexEntrySupplier_Unicode : public IndexEntrySupplier_Common { public: IndexEntrySupplier_Unicode( const com::sun::star::uno::Reference < com::sun::star::uno::XComponentContext >& rxContext ); diff --git a/i18npool/inc/indexentrysupplier_ja_phonetic.hxx b/i18npool/inc/indexentrysupplier_ja_phonetic.hxx index 85204c805f8f..bc622e34b02f 100644 --- a/i18npool/inc/indexentrysupplier_ja_phonetic.hxx +++ b/i18npool/inc/indexentrysupplier_ja_phonetic.hxx @@ -24,9 +24,9 @@ namespace com { namespace sun { namespace star { namespace i18n { -// ---------------------------------------------------- + // class IndexEntrySupplier_ja_phonetic -// ---------------------------------------------------- + class IndexEntrySupplier_ja_phonetic : public IndexEntrySupplier_Common { public: diff --git a/i18npool/inc/inputsequencechecker.hxx b/i18npool/inc/inputsequencechecker.hxx index 47e6276a0ba3..e9ad43fec324 100644 --- a/i18npool/inc/inputsequencechecker.hxx +++ b/i18npool/inc/inputsequencechecker.hxx @@ -29,9 +29,9 @@ namespace com { namespace sun { namespace star { namespace i18n { -// ---------------------------------------------------- + // class InputSequenceCheckerImpl -// ---------------------------------------------------- + class InputSequenceCheckerImpl : public cppu::WeakImplHelper2 < com::sun::star::i18n::XExtendedInputSequenceChecker, diff --git a/i18npool/inc/inputsequencechecker_hi.hxx b/i18npool/inc/inputsequencechecker_hi.hxx index c91a3f4750ee..742b17df9784 100644 --- a/i18npool/inc/inputsequencechecker_hi.hxx +++ b/i18npool/inc/inputsequencechecker_hi.hxx @@ -26,9 +26,9 @@ namespace sun { namespace star { namespace i18n { -// ---------------------------------------------------- + // class InputSequenceChecker_hi -// ---------------------------------------------------- + class InputSequenceChecker_hi : public InputSequenceCheckerImpl { public: diff --git a/i18npool/inc/inputsequencechecker_th.hxx b/i18npool/inc/inputsequencechecker_th.hxx index a9e72b12c76d..09493553be14 100644 --- a/i18npool/inc/inputsequencechecker_th.hxx +++ b/i18npool/inc/inputsequencechecker_th.hxx @@ -23,9 +23,9 @@ namespace com { namespace sun { namespace star { namespace i18n { -// ---------------------------------------------------- + // class InputSequenceChecker_th -// ---------------------------------------------------- + class InputSequenceChecker_th : public InputSequenceCheckerImpl { public: diff --git a/i18npool/inc/localedata.hxx b/i18npool/inc/localedata.hxx index 8bf89022fdda..6de076941125 100644 --- a/i18npool/inc/localedata.hxx +++ b/i18npool/inc/localedata.hxx @@ -44,12 +44,12 @@ #include <memory> #include <osl/module.hxx> -// + #include <defaultnumberingprovider.hxx> #include <com/sun/star/style/NumberingType.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/text/HoriOrientation.hpp> -// + #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> 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 { diff --git a/i18npool/inc/textconversionImpl.hxx b/i18npool/inc/textconversionImpl.hxx index 8905d1806ea0..5bc620bc81ea 100644 --- a/i18npool/inc/textconversionImpl.hxx +++ b/i18npool/inc/textconversionImpl.hxx @@ -27,9 +27,9 @@ namespace com { namespace sun { namespace star { namespace i18n { -// ---------------------------------------------------- + // class TextConversion -// ---------------------------------------------------- + class TextConversionImpl : public cppu::WeakImplHelper2 < com::sun::star::i18n::XExtendedTextConversion, diff --git a/i18npool/inc/unoscripttypedetector.hxx b/i18npool/inc/unoscripttypedetector.hxx index a400ed312b8e..78c2d02c71e5 100644 --- a/i18npool/inc/unoscripttypedetector.hxx +++ b/i18npool/inc/unoscripttypedetector.hxx @@ -24,9 +24,9 @@ #include <com/sun/star/i18n/XScriptTypeDetector.hpp> #include <cppuhelper/implbase2.hxx> -// ---------------------------------------------------- + // class UnoScriptTypeDetector -// ---------------------------------------------------- + class UnoScriptTypeDetector : public cppu::WeakImplHelper2 < ::com::sun::star::i18n::XScriptTypeDetector, |