summaryrefslogtreecommitdiff
path: root/sw/inc/breakit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/breakit.hxx')
-rw-r--r--sw/inc/breakit.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/breakit.hxx b/sw/inc/breakit.hxx
index 4c016593fab6..563339764ade 100644
--- a/sw/inc/breakit.hxx
+++ b/sw/inc/breakit.hxx
@@ -1,7 +1,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
@@ -40,7 +40,7 @@
class String;
/*************************************************************************
- * class SwBreakIt
+ * class SwBreakIt
*************************************************************************/
@@ -58,7 +58,7 @@ class SW_DLLPUBLIC SwBreakIt
LanguageType aForbiddenLang; // language of the current forbiddenChar struct
void _GetLocale( const LanguageType aLang );
- void _GetForbidden( const LanguageType aLang );
+ void _GetForbidden( const LanguageType aLang );
void createBreakIterator() const;
void createScriptTypeDetector();
@@ -88,10 +88,10 @@ public:
return xBreak;
}
- com::sun::star::uno::Reference< com::sun::star::i18n::XScriptTypeDetector > GetScriptTypeDetector()
- {
+ com::sun::star::uno::Reference< com::sun::star::i18n::XScriptTypeDetector > GetScriptTypeDetector()
+ {
createScriptTypeDetector();
- return xCTLDetect;
+ return xCTLDetect;
}
const com::sun::star::lang::Locale& GetLocale( const LanguageType aLang )