diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-12 10:49:01 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-12 11:47:52 +0200 |
commit | 5f3d9ba0cdd82ef1e8be9b80ae8054c24653e058 (patch) | |
tree | c3af108b6c756eaa13101b67027a17e284689b21 /sfx2 | |
parent | fd2eb598a5eddb54ad819d9e69f9f16c5e8ea9e9 (diff) |
GetImageFromURL/SetImageProducer unused
looks like these have been abandoned recently in the toolbar manager
update
Change-Id: I5556833dfef0db5958a5779bdb32482c18a46a5f
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/app.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index f64a1e49f219..b97e9b2c1ef1 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -136,7 +136,6 @@ namespace : public rtl::Static<osl::Mutex, theApplicationMutex> {}; } -#include <framework/imageproducer.hxx> #include <framework/sfxhelperfunctions.hxx> #include <sfx2/imagemgr.hxx> #include "fwkhelper.hxx" @@ -161,7 +160,6 @@ SfxApplication* SfxApplication::GetOrCreate() // a fault will be moved outside the SFX g_pSfxApplication->Initialize_Impl(); - ::framework::SetImageProducer( GetImage ); ::framework::SetRefreshToolbars( RefreshToolbars ); ::framework::SetToolBoxControllerCreator( SfxToolBoxControllerFactory ); ::framework::SetStatusBarControllerCreator( SfxStatusBarControllerFactory ); |