diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-01-20 19:39:48 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-01-20 19:39:48 +0100 |
commit | 545e9efdd367d49763b9d341fb9168530d7ada48 (patch) | |
tree | a5b950bf8fa78adb15abbadf5d016df7fce2ef9f | |
parent | 8aab4860af4664ee83276d5667949bfd7697650b (diff) |
CWS gnumake3: -D_DLL is needed on Windows; removed superficial _DLL_ usage all over the place
-rw-r--r-- | sfx2/source/inc/sfxtypes.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/inc/sfxtypes.hxx b/sfx2/source/inc/sfxtypes.hxx index 73014121541e..5454da573cb5 100644 --- a/sfx2/source/inc/sfxtypes.hxx +++ b/sfx2/source/inc/sfxtypes.hxx @@ -62,12 +62,6 @@ class SfxShell; class Timer; -#if !defined(_SFX_APPCTOR_CXX) && defined(WNT) -#ifndef _DLL_ -#error _DLL_ mal wieder nicht defined => GetpApp() == 0 -#endif -#endif - //------------------------------------------------------------------------ // Macro fuer den Call-Profiler unter WinNT |