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 | |
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')
33 files changed, 72 insertions, 72 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, diff --git a/i18npool/source/breakiterator/breakiteratorImpl.cxx b/i18npool/source/breakiterator/breakiteratorImpl.cxx index 8b9daea70b03..d737db9f3f63 100644 --- a/i18npool/source/breakiterator/breakiteratorImpl.cxx +++ b/i18npool/source/breakiterator/breakiteratorImpl.cxx @@ -474,10 +474,10 @@ static const UBlock2Script scriptList[] = #define scriptListCount SAL_N_ELEMENTS(scriptList) //always sets rScriptType -// + //returns true for characters historically explicitly assigned to //latin/weak/asian -// + //returns false for characters that historically implicitly assigned to //weak as unknown bool getCompatibilityScriptClassByBlock(sal_uInt32 currentChar, sal_Int16 &rScriptType) diff --git a/i18npool/source/breakiterator/breakiterator_th.cxx b/i18npool/source/breakiterator/breakiterator_th.cxx index 3e9babb5b687..d81ef13a4b3b 100644 --- a/i18npool/source/breakiterator/breakiterator_th.cxx +++ b/i18npool/source/breakiterator/breakiterator_th.cxx @@ -28,7 +28,7 @@ using namespace ::rtl; namespace com { namespace sun { namespace star { namespace i18n { -// ---------------------------------------------------- + // class Breakiterator_th // ----------------------------------------------------; BreakIterator_th::BreakIterator_th() diff --git a/i18npool/source/breakiterator/xdictionary.cxx b/i18npool/source/breakiterator/xdictionary.cxx index ab2dfd9a94e8..4cb51f9b5439 100644 --- a/i18npool/source/breakiterator/xdictionary.cxx +++ b/i18npool/source/breakiterator/xdictionary.cxx @@ -19,8 +19,8 @@ // xdictionary.cpp: implementation of the xdictionary class. -// -////////////////////////////////////////////////////////////////////// + + #include <rtl/ustrbuf.hxx> @@ -31,9 +31,9 @@ #include <string.h> #include <breakiteratorImpl.hxx> -////////////////////////////////////////////////////////////////////// + // Construction/Destruction -////////////////////////////////////////////////////////////////////// + namespace com { namespace sun { namespace star { namespace i18n { diff --git a/i18npool/source/calendar/calendar_gregorian.cxx b/i18npool/source/calendar/calendar_gregorian.cxx index e98dee77010c..cb5843a36747 100644 --- a/i18npool/source/calendar/calendar_gregorian.cxx +++ b/i18npool/source/calendar/calendar_gregorian.cxx @@ -494,7 +494,7 @@ void Calendar_gregorian::setValue() throw(RuntimeException) { // Correct DST glitch, see also localtime/gmtime conversion pitfalls at // http://www.erack.de/download/timetest.c - // + // #i24082# in order to make the DST correction work in all // circumstances, the time values have to be always resubmitted, // regardless whether specified by the caller or not. It is not diff --git a/i18npool/source/calendar/calendar_hijri.cxx b/i18npool/source/calendar/calendar_hijri.cxx index ac85e0a0bcc0..a0200417fa39 100644 --- a/i18npool/source/calendar/calendar_hijri.cxx +++ b/i18npool/source/calendar/calendar_hijri.cxx @@ -103,13 +103,13 @@ void Calendar_hijri::mapFromGregorian() throw(RuntimeException) fieldValue[CalendarFieldIndex::ERA] = (sal_Int16) year < 1 ? 0 : 1; } -// + // This function returns the Julian date/time of the Nth new moon since // January 1900. The synodic month is passed as parameter. -// + // Adapted from "Astronomical Formulae for Calculators" by // Jean Meeus, Third Edition, Willmann-Bell, 1985. -// + double Calendar_hijri::NewMoon(sal_Int32 n) { diff --git a/i18npool/source/characterclassification/cclass_unicode.cxx b/i18npool/source/characterclassification/cclass_unicode.cxx index df7a1d6d7040..43d2d208bc42 100644 --- a/i18npool/source/characterclassification/cclass_unicode.cxx +++ b/i18npool/source/characterclassification/cclass_unicode.cxx @@ -30,7 +30,7 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; namespace com { namespace sun { namespace star { namespace i18n { -// ---------------------------------------------------- + // class cclass_Unicode // ----------------------------------------------------; diff --git a/i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx b/i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx index 86034d5f531d..d4738197fce2 100644 --- a/i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx +++ b/i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx @@ -548,7 +548,7 @@ DefaultNumberingProvider::makeNumberingString( const Sequence<beans::PropertyVal // the Sequence of PropertyValues is expected to have at least 4 elements: // elt Name Type purpose - // + // 0. "Prefix" OUString // 1. "NumberingType" sal_Int16 type of formatting from style::NumberingType (roman, arabic, etc) // 2. "Suffix" OUString diff --git a/i18npool/source/transliteration/ignoreIandEfollowedByYa_ja_JP.cxx b/i18npool/source/transliteration/ignoreIandEfollowedByYa_ja_JP.cxx index c0e07f3c3ec6..95f0928ff4cb 100644 --- a/i18npool/source/transliteration/ignoreIandEfollowedByYa_ja_JP.cxx +++ b/i18npool/source/transliteration/ignoreIandEfollowedByYa_ja_JP.cxx @@ -88,7 +88,7 @@ ignoreIandEfollowedByYa_ja_JP::folding( const OUString& inStr, sal_Int32 startPo position = startPos; } - // + sal_Unicode previousChar = *src ++; sal_Unicode currentChar; diff --git a/i18npool/source/transliteration/ignoreIterationMark_ja_JP.cxx b/i18npool/source/transliteration/ignoreIterationMark_ja_JP.cxx index 098a6a072fd5..85b5468f0ff8 100644 --- a/i18npool/source/transliteration/ignoreIterationMark_ja_JP.cxx +++ b/i18npool/source/transliteration/ignoreIterationMark_ja_JP.cxx @@ -103,7 +103,7 @@ ignoreIterationMark_ja_JP::folding( const OUString& inStr, sal_Int32 startPos, s position = startPos; } - // + sal_Unicode previousChar = *src ++; sal_Unicode currentChar; diff --git a/i18npool/source/transliteration/ignoreKiKuFollowedBySa_ja_JP.cxx b/i18npool/source/transliteration/ignoreKiKuFollowedBySa_ja_JP.cxx index 88ea9a89f10f..a3ce767357e3 100644 --- a/i18npool/source/transliteration/ignoreKiKuFollowedBySa_ja_JP.cxx +++ b/i18npool/source/transliteration/ignoreKiKuFollowedBySa_ja_JP.cxx @@ -48,7 +48,7 @@ ignoreKiKuFollowedBySa_ja_JP::folding( const OUString& inStr, sal_Int32 startPos position = startPos; } - // + sal_Unicode previousChar = *src ++; sal_Unicode currentChar; diff --git a/i18npool/source/transliteration/ignoreProlongedSoundMark_ja_JP.cxx b/i18npool/source/transliteration/ignoreProlongedSoundMark_ja_JP.cxx index 3c81fd73226c..e86367ed4334 100644 --- a/i18npool/source/transliteration/ignoreProlongedSoundMark_ja_JP.cxx +++ b/i18npool/source/transliteration/ignoreProlongedSoundMark_ja_JP.cxx @@ -311,7 +311,7 @@ ignoreProlongedSoundMark_ja_JP::folding( const OUString& inStr, sal_Int32 startP position = startPos; } - // + sal_Unicode previousChar = *src ++; sal_Unicode currentChar; diff --git a/i18npool/source/transliteration/transliterationImpl.cxx b/i18npool/source/transliteration/transliterationImpl.cxx index ebdb16f67cb4..c8d0f96db037 100644 --- a/i18npool/source/transliteration/transliterationImpl.cxx +++ b/i18npool/source/transliteration/transliterationImpl.cxx @@ -332,7 +332,7 @@ TransliterationImpl::transliterate( const OUString& inStr, sal_Int32 startPos, s } -// + OUString SAL_CALL TransliterationImpl::folding( const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, Sequence< sal_Int32 >& offset ) throw(RuntimeException) |