diff options
Diffstat (limited to 'sd/source/ui/docshell')
-rw-r--r-- | sd/source/ui/docshell/docshell.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/docshell/grdocsh.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index 9f4f5665a9c6..42d01a87db2b 100644 --- a/sd/source/ui/docshell/docshell.cxx +++ b/sd/source/ui/docshell/docshell.cxx @@ -79,7 +79,7 @@ #include <sfx2/notebookbar/SfxNotebookBar.hxx> using namespace sd; -#define DrawDocShell +#define ShellClass_DrawDocShell #include <sdslots.hxx> SFX_IMPL_SUPERCLASS_INTERFACE(DrawDocShell, SfxObjectShell); diff --git a/sd/source/ui/docshell/grdocsh.cxx b/sd/source/ui/docshell/grdocsh.cxx index fe533b17a5ad..c3d43db80d78 100644 --- a/sd/source/ui/docshell/grdocsh.cxx +++ b/sd/source/ui/docshell/grdocsh.cxx @@ -35,7 +35,7 @@ #include <sdresid.hxx> using namespace sd; -#define GraphicDocShell +#define ShellClass_GraphicDocShell #include <sdgslots.hxx> namespace sd |