summaryrefslogtreecommitdiff
path: root/cui/source/customize/cfg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/customize/cfg.cxx')
-rw-r--r--cui/source/customize/cfg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index bd6487186c50..2796a2ddd910 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -2720,7 +2720,7 @@ SvxIconSelectorDialog::SvxIconSelectorDialog(weld::Window *pWindow,
if ( graphics.getLength() > 0 )
{
m_aGraphics.push_back(graphics[0]);
- Image img = Image(graphics[0]);
+ Image img(graphics[0]);
m_xTbSymbol->InsertItem(m_aGraphics.size(), img, elem.first);
}
}
@@ -2765,7 +2765,7 @@ SvxIconSelectorDialog::SvxIconSelectorDialog(weld::Window *pWindow,
if ( graphics.getLength() > 0 )
{
- Image img = Image(graphics[0]);
+ Image img(graphics[0]);
if (!img.GetBitmapEx().IsEmpty())
{
m_aGraphics.push_back(graphics[0]);