[Libreoffice-commits] core.git: sc/source

Laurent Godard lgodard.libre at laposte.net
Wed Nov 12 13:00:58 PST 2014


 sc/source/ui/docshell/docfunc.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 187ffc5e9966c3f2c09965b5ab8ebb43e12300e9
Author: Laurent Godard <lgodard.libre at laposte.net>
Date:   Fri Nov 7 15:30:03 2014 +0100

    addNewFromTitles : avoid broadcasting SC_HINT_AREAS_CHANGED twice
    
    as it is already done in subsequent calls (in ModifyRangeNames --> SetNewRangeNames)
    
    perfchek result
    before : 899399452
    after :  645684676
    
    Change-Id: I29b8add457c3177e63df29f93be7a11dacde4953
    Reviewed-on: https://gerrit.libreoffice.org/12302
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/sc/source/ui/docshell/docfunc.cxx b/sc/source/ui/docshell/docfunc.cxx
index 4657302..9cd90e8 100644
--- a/sc/source/ui/docshell/docfunc.cxx
+++ b/sc/source/ui/docshell/docfunc.cxx
@@ -5038,8 +5038,6 @@ bool ScDocFunc::CreateNames( const ScRange& rRange, sal_uInt16 nFlags, bool bApi
         ModifyRangeNames( aNewRanges, aTab );
         bDone = true;
 
-        aModificator.SetDocumentModified();
-        SfxGetpApp()->Broadcast( SfxSimpleHint( SC_HINT_AREAS_CHANGED ) );
     }
 
     return bDone;


More information about the Libreoffice-commits mailing list