cui/source/tabpages/tabarea.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 755a4838054050111f2118d0957041120831f5df
Author: Rishabh Kumar <kris.kr...@gmail.com>
Date:   Fri Aug 5 15:01:56 2016 +0530

    Don't save the color list
    
    Color list can't be modified, so no need to save the list
    
    Change-Id: Idb11343f7812e1a30df9a5c0d26b6f22bd92c107
    Reviewed-on: https://gerrit.libreoffice.org/27899
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Rishabh Kumar <kris.kr...@yahoo.in>

diff --git a/cui/source/tabpages/tabarea.cxx b/cui/source/tabpages/tabarea.cxx
index a1b7c8d..1b9edb6 100644
--- a/cui/source/tabpages/tabarea.cxx
+++ b/cui/source/tabpages/tabarea.cxx
@@ -224,9 +224,6 @@ void SvxAreaTabDialog::SavePalettes()
 
     if (mnColorListState & ChangeType::MODIFIED && mpColorList.is())
     {
-        mpColorList->SetPath( aPath );
-        mpColorList->Save();
-
         SvxColorListItem aItem( mpColorList, SID_COLOR_TABLE );
         // ToolBoxControls are informed:
         if ( pShell )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to