[Libreoffice-commits] core.git: i18npool/inc i18npool/source

Alexander Wilms f.alexander.wilms at gmail.com
Wed Feb 26 07:23:52 PST 2014


 i18npool/inc/breakiteratorImpl.hxx                                    |    4 +-
 i18npool/inc/breakiterator_cjk.hxx                                    |    4 +-
 i18npool/inc/breakiterator_ctl.hxx                                    |    4 +-
 i18npool/inc/breakiterator_th.hxx                                     |    4 +-
 i18npool/inc/breakiterator_unicode.hxx                                |    4 +-
 i18npool/inc/calendarImpl.hxx                                         |    4 +-
 i18npool/inc/calendar_gregorian.hxx                                   |   20 +++++-----
 i18npool/inc/calendar_hijri.hxx                                       |    4 +-
 i18npool/inc/calendar_jewish.hxx                                      |    4 +-
 i18npool/inc/indexentrysupplier.hxx                                   |    4 +-
 i18npool/inc/indexentrysupplier_asian.hxx                             |    4 +-
 i18npool/inc/indexentrysupplier_common.hxx                            |    4 +-
 i18npool/inc/indexentrysupplier_default.hxx                           |    4 +-
 i18npool/inc/indexentrysupplier_ja_phonetic.hxx                       |    4 +-
 i18npool/inc/inputsequencechecker.hxx                                 |    4 +-
 i18npool/inc/inputsequencechecker_hi.hxx                              |    4 +-
 i18npool/inc/inputsequencechecker_th.hxx                              |    4 +-
 i18npool/inc/localedata.hxx                                           |    4 +-
 i18npool/inc/textconversion.hxx                                       |   12 +++---
 i18npool/inc/textconversionImpl.hxx                                   |    4 +-
 i18npool/inc/unoscripttypedetector.hxx                                |    4 +-
 i18npool/source/breakiterator/breakiteratorImpl.cxx                   |    4 +-
 i18npool/source/breakiterator/breakiterator_th.cxx                    |    2 -
 i18npool/source/breakiterator/xdictionary.cxx                         |    8 ++--
 i18npool/source/calendar/calendar_gregorian.cxx                       |    2 -
 i18npool/source/calendar/calendar_hijri.cxx                           |    6 +--
 i18npool/source/characterclassification/cclass_unicode.cxx            |    2 -
 i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx |    2 -
 i18npool/source/transliteration/ignoreIandEfollowedByYa_ja_JP.cxx     |    2 -
 i18npool/source/transliteration/ignoreIterationMark_ja_JP.cxx         |    2 -
 i18npool/source/transliteration/ignoreKiKuFollowedBySa_ja_JP.cxx      |    2 -
 i18npool/source/transliteration/ignoreProlongedSoundMark_ja_JP.cxx    |    2 -
 i18npool/source/transliteration/transliterationImpl.cxx               |    2 -
 33 files changed, 72 insertions(+), 72 deletions(-)

New commits:
commit 2a42d5ec2965451f8cb2e719d831f4b2722f51bb
Author: Alexander Wilms <f.alexander.wilms at gmail.com>
Date:   Tue Feb 25 18:57:53 2014 +0100

    Remove visual noise from i18npool
    
    Change-Id: I1cd4254713ce9c1bc7c232414c24e926f1f8a653
    Reviewed-on: https://gerrit.libreoffice.org/8269
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/i18npool/inc/breakiteratorImpl.hxx b/i18npool/inc/breakiteratorImpl.hxx
index 92cae01..a6d3e65 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 1f16326..5985c39 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 270f64b..fce4a35 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 19dbeae..8c8abb4 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 a1c9ff9..3e37956 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 e8ee2e9..3926816 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 f9b788d..13a2686 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 ccc41e0..a478bd0 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 e76bdec..d997843 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 615fba4..b15b45f 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 687698e..50cf3a1 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 8ddb40d..df54320 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 37fffdd..13865ea 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 85204c8..bc622e3 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 47e6276..e9ad43f 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 c91a3f4..742b17d 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 a9e72b1..0949355 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 8bf8902..6de0769 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 7be157b..96eb984 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 8905d18..5bc620b 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 a400ed3..78c2d02 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 8b9daea..d737db9 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 3e9babb..d81ef13a 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 ab2dfd9..4cb51f9 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 e98dee7..cb5843a 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 ac85e0a..a020041 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 df7a1d6..43d2d20 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 86034d5..d473819 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 c0e07f3..95f0928 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 098a6a0..85b5468 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 88ea9a8..a3ce767 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 3c81fd7..e86367e 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 ebdb16f..c8d0f96 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)


More information about the Libreoffice-commits mailing list