diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/document.cxx | 2 | ||||
-rw-r--r-- | starmath/source/smmod.cxx | 2 | ||||
-rw-r--r-- | starmath/source/view.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 877625b83ae2..dc2e5fffd255 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -84,7 +84,7 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::accessibility; using namespace ::com::sun::star::uno; -#define SmDocShell +#define ShellClass_SmDocShell #include <smslots.hxx> diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx index 02a8fec7a572..ba52877e6e21 100644 --- a/starmath/source/smmod.cxx +++ b/starmath/source/smmod.cxx @@ -37,7 +37,7 @@ #include <svx/modctrl.hxx> -#define SmModule +#define ShellClass_SmModule #include <smslots.hxx> OUString SmResId(const char* pId) diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 4dc0db132ec5..87aff89a864f 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -80,7 +80,7 @@ #define CMD_BOX_PADDING 4 #define CMD_BOX_PADDING_TOP 10 -#define SmViewShell +#define ShellClass_SmViewShell #include <smslots.hxx> using namespace css; |