diff options
Diffstat (limited to 'sc/inc/scmod.hxx')
-rw-r--r-- | sc/inc/scmod.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx index c80b0ba43b3f..e6fa35247cc8 100644 --- a/sc/inc/scmod.hxx +++ b/sc/inc/scmod.hxx @@ -28,7 +28,6 @@ #include "global.hxx" #include "shellids.hxx" #include <unotools/options.hxx> -#include <tools/shl.hxx> #include <map> #include <list> @@ -255,7 +254,7 @@ public: SC_DLLPUBLIC vcl::Window * Find1RefWindow( sal_uInt16 nSlotId, vcl::Window *pWndAncestor ); }; -#define SC_MOD() ( *reinterpret_cast<ScModule**>(GetAppData(SHL_CALC)) ) +#define SC_MOD() ( static_cast<ScModule*>(SfxApplication::GetModule(SfxToolsModule::Calc)) ) void global_InitAppOptions(); |