diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-04-18 16:01:27 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-04-18 22:51:04 +0200 |
commit | f4d61eca610140670e483407c9b87acdcd9a9c17 (patch) | |
tree | 36952ba2154ff8eeb9b578a2721c70a0edbfaad3 /include/svx/SpellDialogChildWindow.hxx | |
parent | 1a1daff34e23e6b6c25975675a1f1a5a4db6ff08 (diff) |
sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.
Change-Id: Icd56e0cee1ce0283e8a1cbaafc81ecca25469185
Diffstat (limited to 'include/svx/SpellDialogChildWindow.hxx')
-rw-r--r-- | include/svx/SpellDialogChildWindow.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/SpellDialogChildWindow.hxx b/include/svx/SpellDialogChildWindow.hxx index f6ea05bb649c..2c9e826e510f 100644 --- a/include/svx/SpellDialogChildWindow.hxx +++ b/include/svx/SpellDialogChildWindow.hxx @@ -35,7 +35,7 @@ namespace svx { <li>Call this class' RegisterChildWindow() method with the module as second argument that you want the dialog included in.</li> <li>In the SFX_IMPL_INTERFACE implementation of the view shell - that wants to use the dialog call SFX_CHILDWINDOW_REGISTRATION() + that wants to use the dialog call RegisterChildWindow() with the id returned by this class' GetChildWindowId() method.</li> <li>Include the item associated with this child window to the SDI |