summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-03-04 15:09:14 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2010-03-04 15:09:14 +0100
commit7867cbedd652573f9237e2e2a98e763d665ee355 (patch)
treefacae146c4f294d2ff5691c1003c9f31a41e3fc4
parent4ef6e55da0a6f7f129dd0db9dda81e6a2f328737 (diff)
#i10000# build fix (missing includes etc )
-rw-r--r--sw/source/ui/docvw/edtwin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx
index 5e382ba9dd2a..6fcc3701aae1 100644
--- a/sw/source/ui/docvw/edtwin.cxx
+++ b/sw/source/ui/docvw/edtwin.cxx
@@ -2308,17 +2308,17 @@ KEYINPUT_CHECKTABLE_INSDEL:
case KS_CheckAutoCorrect:
{
if( pACorr && pACfg->IsAutoFmtByInput() &&
-/* pACorr->IsAutoCorrFlag( CptlSttSntnc | CptlSttWrd |
+ pACorr->IsAutoCorrFlag( CptlSttSntnc | CptlSttWrd |
ChgOrdinalNumber |
ChgToEnEmDash | SetINetAttr |
Autocorrect ) &&
!rSh.HasReadonlySel() )
- {*/
+ /* {
pACorr->IsAutoCorrFlag( CptlSttSntnc | CptlSttWrd |
ChgFractionSymbol | ChgOrdinalNumber |
ChgToEnEmDash | SetINetAttr |
Autocorrect ) &&
- !rSh.HasReadonlySel() )
+ !rSh.HasReadonlySel() ) */
{
FlushInBuffer();
rSh.AutoCorrect( *pACorr, static_cast< sal_Unicode >('\0') );