diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-05-17 17:25:36 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:38 +0100 |
commit | 228bb7ffe0d404ba1225f7b4d26ca71e098577d9 (patch) | |
tree | 569f9794b73476586bc69a5d786248cdb024f0c8 /sd | |
parent | 645db9a2bd9b1eec381de60c491e6b7f9ee7a7b4 (diff) |
finally get the taskpane rendering again
NB. you need to re-build & install to sync. configuration after this.
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/framework/factories/TaskPanelFactory.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/framework/tools/FrameworkHelper.cxx | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/framework/factories/TaskPanelFactory.cxx b/sd/source/ui/framework/factories/TaskPanelFactory.cxx index 750df6a9e5df..091c3f5c5aff 100644 --- a/sd/source/ui/framework/factories/TaskPanelFactory.cxx +++ b/sd/source/ui/framework/factories/TaskPanelFactory.cxx @@ -151,7 +151,7 @@ void SAL_CALL TaskPanelFactory::initialize( catch(RuntimeException&) {} - + SAL_DEBUG( "TaskPanelFactory::initialize !" ); Reference<XControllerManager> xCM (xController, UNO_QUERY_THROW); Reference<XConfigurationController> xCC ( xCM->getConfigurationController(), UNO_QUERY_THROW); diff --git a/sd/source/ui/framework/tools/FrameworkHelper.cxx b/sd/source/ui/framework/tools/FrameworkHelper.cxx index 8964304b9b3e..00667d231e38 100644 --- a/sd/source/ui/framework/tools/FrameworkHelper.cxx +++ b/sd/source/ui/framework/tools/FrameworkHelper.cxx @@ -198,7 +198,8 @@ const OUString FrameworkHelper::msViewTabBarURL( msToolBarURLPrefix + "ViewTabBa // Task panel URLs. -const OUString FrameworkHelper::msTaskPanelURLPrefix( "private:resource/toolpanel/" ); +const OUString FrameworkHelper::msTaskPanelURLPrefix("private:resource/toolpanel/DrawingFramework/"); // MMeeks - checkout uielementfactorymanager.cxx (WindowContentFactoryManager::RetrieveTypeNameFromResourceURL) to get somewhere here ... +// const OUString FrameworkHelper::msTaskPanelURLPrefix( "private:resource/toolpanel/" ); const OUString FrameworkHelper::msMasterPagesTaskPanelURL( msTaskPanelURLPrefix + "MasterPages"); // these three appear to be unused ... |