summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorRishabh Kumar <kris.kr296@gmail.com>2016-08-05 15:01:56 +0530
committerRishabh Kumar <kris.kr296@yahoo.in>2016-08-05 10:14:44 +0000
commit755a4838054050111f2118d0957041120831f5df (patch)
treee3370c319320f9ac3aaf1c33983bfdef41bdab2e /cui
parentd448733db9eb1de5054872421518c4a156383492 (diff)
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@libreoffice.org> Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/tabarea.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/tabpages/tabarea.cxx b/cui/source/tabpages/tabarea.cxx
index a1b7c8d8420f..1b9edb62721c 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 )