summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-04-18 16:01:27 +0200
committerJan Holesovsky <kendy@collabora.com>2014-04-18 22:51:04 +0200
commitf4d61eca610140670e483407c9b87acdcd9a9c17 (patch)
tree36952ba2154ff8eeb9b578a2721c70a0edbfaad3 /starmath
parent1a1daff34e23e6b6c25975675a1f1a5a4db6ff08 (diff)
sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.
Change-Id: Icd56e0cee1ce0283e8a1cbaafc81ecca25469185
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/view.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index f2550c110b59..68bcb722e19c 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -935,10 +935,10 @@ SFX_IMPL_INTERFACE(SmViewShell, SfxViewShell, SmResId(0))
SmResId(RID_MATH_TOOLBOX ));
//Dummy-Objectbar, to avoid quiver while activating
- SFX_CHILDWINDOW_REGISTRATION(SID_TASKPANE);
- SFX_CHILDWINDOW_REGISTRATION(SmToolBoxWrapper::GetChildWindowId());
- SFX_CHILDWINDOW_REGISTRATION(SmCmdBoxWrapper::GetChildWindowId());
- SFX_CHILDWINDOW_REGISTRATION(SmElementsDockingWindowWrapper::GetChildWindowId());
+ GetStaticInterface()->RegisterChildWindow(SID_TASKPANE);
+ GetStaticInterface()->RegisterChildWindow(SmToolBoxWrapper::GetChildWindowId());
+ GetStaticInterface()->RegisterChildWindow(SmCmdBoxWrapper::GetChildWindowId());
+ GetStaticInterface()->RegisterChildWindow(SmElementsDockingWindowWrapper::GetChildWindowId());
}