summaryrefslogtreecommitdiffstats
path: root/sw/source/core/bastyp/breakit.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/bastyp/breakit.cxx')
-rw-r--r--sw/source/core/bastyp/breakit.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/bastyp/breakit.cxx b/sw/source/core/bastyp/breakit.cxx
index 3427c483a04b..fe1e9e49ca77 100644
--- a/sw/source/core/bastyp/breakit.cxx
+++ b/sw/source/core/bastyp/breakit.cxx
@@ -127,9 +127,9 @@ sal_uInt16 SwBreakIt::GetRealScriptOfText( const OUString& rText, sal_Int32 nPos
SvtScriptType SwBreakIt::GetAllScriptsOfText( const OUString& rText ) const
{
- const SvtScriptType coAllScripts = ( SvtScriptType::LATIN |
- SvtScriptType::ASIAN |
- SvtScriptType::COMPLEX );
+ const SvtScriptType coAllScripts = SvtScriptType::LATIN |
+ SvtScriptType::ASIAN |
+ SvtScriptType::COMPLEX;
SvtScriptType nRet = SvtScriptType::NONE;
sal_uInt16 nScript = 0;
if (!rText.isEmpty())