summaryrefslogtreecommitdiff
path: root/i18npool/inc/breakiterator_cjk.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/inc/breakiterator_cjk.hxx')
-rw-r--r--i18npool/inc/breakiterator_cjk.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/i18npool/inc/breakiterator_cjk.hxx b/i18npool/inc/breakiterator_cjk.hxx
index fa0726ac1c53..ff083b78bec4 100644
--- a/i18npool/inc/breakiterator_cjk.hxx
+++ b/i18npool/inc/breakiterator_cjk.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,9 +32,9 @@
#include <xdictionary.hxx>
namespace com { namespace sun { namespace star { namespace i18n {
-// ----------------------------------------------------
-// class BreakIterator_CJK
-// ----------------------------------------------------
+// ----------------------------------------------------
+// class BreakIterator_CJK
+// ----------------------------------------------------
class BreakIterator_CJK : public BreakIterator_Unicode
{
public:
@@ -49,9 +49,9 @@ public:
Boundary SAL_CALL getWordBoundary( const rtl::OUString& Text, sal_Int32 nPos,
const com::sun::star::lang::Locale& nLocale, sal_Int16 WordType, sal_Bool bDirection )
throw(com::sun::star::uno::RuntimeException);
- LineBreakResults SAL_CALL getLineBreak( const rtl::OUString& Text, sal_Int32 nStartPos,
- const com::sun::star::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
- const LineBreakHyphenationOptions& hOptions, const LineBreakUserOptions& bOptions )
+ LineBreakResults SAL_CALL getLineBreak( const rtl::OUString& Text, sal_Int32 nStartPos,
+ const com::sun::star::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
+ const LineBreakHyphenationOptions& hOptions, const LineBreakUserOptions& bOptions )
throw(com::sun::star::uno::RuntimeException);
protected: