summaryrefslogtreecommitdiffstats
path: root/editeng
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-08-13 10:49:39 +0300
committerTor Lillqvist <tml@iki.fi>2013-08-13 11:06:34 +0300
commit3440201b75bddd88d02127983995ac4db823bc98 (patch)
treeb376d787c364b312149f2e71494835185b93ba7e /editeng
parentString to OUString and some reduction of scope (diff)
downloadcore-3440201b75bddd88d02127983995ac4db823bc98.tar.gz
core-3440201b75bddd88d02127983995ac4db823bc98.zip
Remove duplicated space in aWordDelimiters initialiser
Change-Id: Idf191ab3dfa7f6fde190c55d4d1d228a49ecf771
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/impedit2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx
index 89c090896014..4c1a72a883bc 100644
--- a/editeng/source/editeng/impedit2.cxx
+++ b/editeng/source/editeng/impedit2.cxx
@@ -83,7 +83,7 @@ ImpEditEngine::ImpEditEngine( EditEngine* pEE, SfxItemPool* pItemPool ) :
aMinAutoPaperSize( 0x0, 0x0 ),
aMaxAutoPaperSize( 0x7FFFFFFF, 0x7FFFFFFF ),
aEditDoc( pItemPool ),
- aWordDelimiters(" .,;:-'`'?!_=\"{}()[]\xFF"),
+ aWordDelimiters(" .,;:-'`'?!_=\"{}()[]\xFF"),
bKernAsianPunctuation(false),
bAddExtLeading(false),
bIsFormatting(false),