summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-10 12:16:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-11-11 10:40:50 +0100
commit00ddedcb477ed09b5649e816b629234d5689b861 (patch)
treefa0a19d02301c4a772a762ad1a19009d5e33ed0a
parentaf0605ce4511b1248810ced538d9f9f62e74d7d7 (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>
-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 5b09be9cf34f..b00dcd0f97d0 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -4813,6 +4813,7 @@ SvxIconSelectorDialog::SvxIconSelectorDialog( vcl::Window *pWindow,
aProp[ 1 ] <<= aPropValue;
m_xImportedImageManager = css::ui::ImageManager::create( xComponentContext );
+ m_xImportedImageManager->initialize(aProp);
ImageInfo mImageInfo;
uno::Sequence< OUString > names;