[Libreoffice-commits] .: Branch 'feature/killsdf' - sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Aug 27 02:45:41 PDT 2012


 sw/source/filter/ww8/ww8par.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 42688495edac102b18014a02072ba081870059db
Author: Andras Timar <atimar at suse.com>
Date:   Mon Aug 27 11:43:30 2012 +0200

    typo fix in comment
    
    Change-Id: Ibdcaacef04b542ff296d13ad0fce7dd27ef36530
    Reviewed-on: https://gerrit.libreoffice.org/492
    Reviewed-by: Andras Timar <atimar at suse.com>
    Tested-by: Andras Timar <atimar at suse.com>

diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index ee4e34b..c9eac6c 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -3897,7 +3897,7 @@ void wwSectionManager::InsertSegments()
 
         bool bInsertSection = (aIter != aStart) ? (aIter->IsContinous() &&  bThisAndPreviousAreCompatible): false;
         bool bInsertPageDesc = !bInsertSection;
-        bool bProtected = SectionIsProtected(*aIter); // do we really  need this ?? I guess I have a different logic in editshell which disales this...
+        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.


More information about the Libreoffice-commits mailing list