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 ac95208423e1..5b16b3eab660 100644
--- a/sw/inc/breakit.hxx
+++ b/sw/inc/breakit.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
@@ -41,7 +41,7 @@
class String;
/*************************************************************************
- * class SwBreakIt
+ * class SwBreakIt
*************************************************************************/
@@ -59,7 +59,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();
@@ -89,10 +89,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 )