diff options
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/basdoc.cxx | 2 | ||||
-rw-r--r-- | basctl/source/basicide/basidesh.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/basdoc.cxx b/basctl/source/basicide/basdoc.cxx index 30ee6af0bca6..2c4654751908 100644 --- a/basctl/source/basicide/basdoc.cxx +++ b/basctl/source/basicide/basdoc.cxx @@ -27,7 +27,7 @@ #include "unomodel.hxx" #include "basdoc.hxx" -#define basctl_DocShell // This CANNOT come before basdoc apparently +#define ShellClass_basctl_DocShell #include <basslots.hxx> #include <sfx2/sfxmodelfactory.hxx> #include <svl/itemset.hxx> diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx index 58b4d42c50c7..db948900610a 100644 --- a/basctl/source/basicide/basidesh.cxx +++ b/basctl/source/basicide/basidesh.cxx @@ -45,7 +45,7 @@ #define aSfxDocumentInfoItem_Impl basctl_source_basicide_basidesh_aSfxDocumentInfoItem_Impl #endif -#define basctl_Shell +#define ShellClass_basctl_Shell #define SFX_TYPEMAP #include <basslots.hxx> |