summaryrefslogtreecommitdiff
path: root/i18npool/source/breakiterator
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:57:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 09:23:26 -0600
commit2a42d5ec2965451f8cb2e719d831f4b2722f51bb (patch)
tree48cbc49e81c914e6fb7f0290e3784c774d8563a6 /i18npool/source/breakiterator
parent3a35e28628a6d9fd9100e35754eaba1db9bf1d50 (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/source/breakiterator')
-rw-r--r--i18npool/source/breakiterator/breakiteratorImpl.cxx4
-rw-r--r--i18npool/source/breakiterator/breakiterator_th.cxx2
-rw-r--r--i18npool/source/breakiterator/xdictionary.cxx8
3 files changed, 7 insertions, 7 deletions
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 {