Kaydet (Commit) bc8a4653 authored tarafından Noel Grandin's avatar Noel Grandin

Revert "Related tdf#105500: leaks in PaletteManager and SvxColorToolBoxControl"

This reverts commit 8c0cc5cd.

These changes are unnecessary, the compiler already automatically
generates the necessary code.
üst eea6d395
......@@ -62,7 +62,6 @@ PaletteManager::PaletteManager() :
PaletteManager::~PaletteManager()
{
m_Palettes.clear();
}
void PaletteManager::LoadPalettes()
......
......@@ -2807,7 +2807,6 @@ void SvxColorToolBoxControl::EnsurePaletteManager()
SvxColorToolBoxControl::~SvxColorToolBoxControl()
{
m_xPaletteManager.reset(nullptr);
}
void SvxColorToolBoxControl::setColorSelectFunction(const ColorSelectFunction& aColorSelectFunction)
......
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