summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-10 12:16:41 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2014-11-23 13:42:57 +0000
commitecd8a6e8fad10c059ecee92dd769915ab90e40ee (patch)
tree864c697911e2a7d199e011e8aa27d581e390196b
parent1a7de2e1f14bd4be68d1ccee24249427fa98781a (diff)
fdo#76658 fix bad conversion of old-style UNO service..
in my commit 0394cb37a2d378511f265004b285fd93df37e5ca "fdo#46808, Convert ui::ImageManager to new style" Change-Id: I77d3189723403221e7388969b1eb892a244b90af Signed-off-by: Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit 00ddedcb477ed09b5649e816b629234d5689b861) Reviewed-on: https://gerrit.libreoffice.org/13069 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
-rw-r--r--cui/source/customize/cfg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index 5a591ef3d164..18181eeeec51 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -4833,6 +4833,7 @@ SvxIconSelectorDialog::SvxIconSelectorDialog( Window *pWindow,
aProp[ 1 ] <<= aPropValue;
m_xImportedImageManager = css::ui::ImageManager::create( xComponentContext );
+ m_xImportedImageManager->initialize(aProp);
ImageInfo mImageInfo;
uno::Sequence< OUString > names;