summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-16 15:14:15 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-16 15:14:15 +0200
commitcd5f399f6c77574dec28aa3b6b73efb261a6a507 (patch)
tree2392ea3461697e4ad3a772332dce038df732522e /starmath
parent4c576e564f53bc87a6f5ab0b9ff58e1267c17e66 (diff)
slidecopy: now using SID_TASK_PANE in all applications, also in Impress.
Implies registering the respective child window in the apps, not in SFX. Also implies getting rid of SID_RIGHT_PANE in Impress. Also, renamed SID_TASK_PANE in Impress to SID_SHOW_TOOL_PANEL, which better fits its purpose, and avoids confusion with SID_TASKPANE.
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/smdll.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/starmath/source/smdll.cxx b/starmath/source/smdll.cxx
index 63a86d520d9e..f72ab2be84cb 100644
--- a/starmath/source/smdll.cxx
+++ b/starmath/source/smdll.cxx
@@ -40,6 +40,7 @@
#include <sfx2/docfile.hxx>
#include <sfx2/docfilt.hxx>
#include <sfx2/app.hxx>
+#include <sfx2/taskpane.hxx>
#ifndef _SMDLL_HXX
#include <smdll.hxx>
@@ -94,6 +95,8 @@ void SmDLL::Init()
SmToolBoxWrapper::RegisterChildWindow(TRUE);
SmCmdBoxWrapper::RegisterChildWindow(TRUE);
+
+ ::sfx2::TaskPaneWrapper::RegisterChildWindow( FALSE, pp );
}
/*************************************************************************