Kaydet (Commit) 755a4838 authored tarafından Rishabh Kumar's avatar Rishabh Kumar Kaydeden (comit) Rishabh Kumar

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/27899Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarRishabh Kumar <kris.kr296@yahoo.in>
üst d448733d
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment