[Libreoffice-commits] core.git: cui/source
Rishabh Kumar
kris.kr296 at gmail.com
Fri Aug 5 10:15:16 UTC 2016
cui/source/tabpages/tabarea.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 755a4838054050111f2118d0957041120831f5df
Author: Rishabh Kumar <kris.kr296 at 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 <ci at libreoffice.org>
Reviewed-by: Rishabh Kumar <kris.kr296 at 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 )
More information about the Libreoffice-commits
mailing list