summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-10 15:23:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-10 15:58:05 +0100
commit65f620c99ae177efdf06993561ac019663ce74fd (patch)
tree22bdf6d9530fc774965dfec7749393f7f877cc9e /sw
parentb7c89c53a0769236c67f8802f63eab6e5b94560b (diff)
Typo: execption -> exception
Change-Id: Ib57e0cc39c27595490e29dec46cc6d33067c34b5
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/ww8par.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 9e584e157a2a..5ccd6bbaa905 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -4387,7 +4387,7 @@ void wwSectionManager::InsertSegments()
bool bProtected = SectionIsProtected(*aIter); // do we really need this ?? I guess I have a different logic in editshell which disables this...
if (bUseEnhFields && mrReader.pWDop->fProtEnabled && aIter->IsNotProtected())
{
- // here we have the special case that the whole document is protected, with the execption of this section.
+ // here we have the special case that the whole document is protected, with the exception of this section.
// I want to address this when I do the section rework, so for the moment we disable the overall protection then...
mrReader.rDoc.set(IDocumentSettingAccess::PROTECT_FORM, false );
}