diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/fuprlout.cxx | 5 | ||||
-rw-r--r-- | sd/source/ui/view/drviews3.cxx | 7 | ||||
-rw-r--r-- | sd/source/ui/view/drviews9.cxx | 10 | ||||
-rw-r--r-- | sd/source/ui/view/sdview.cxx | 5 | ||||
-rw-r--r-- | sd/source/ui/view/sdview2.cxx | 9 | ||||
-rw-r--r-- | sd/source/ui/view/viewshel.cxx | 5 |
6 files changed, 0 insertions, 41 deletions
diff --git a/sd/source/ui/func/fuprlout.cxx b/sd/source/ui/func/fuprlout.cxx index 5641f1a12574..2d94c3561953 100644 --- a/sd/source/ui/func/fuprlout.cxx +++ b/sd/source/ui/func/fuprlout.cxx @@ -55,11 +55,6 @@ namespace sd { -#ifndef SO2_DECL_SVSTORAGE_DEFINED -#define SO2_DECL_SVSTORAGE_DEFINED -SO2_DECL_REF(SvStorage) -#endif - TYPEINIT1( FuPresentationLayout, FuPoor ); #define DOCUMENT_TOKEN (sal_Unicode('#')) diff --git a/sd/source/ui/view/drviews3.cxx b/sd/source/ui/view/drviews3.cxx index 5b0fc2e0d2e6..17fd4e79e155 100644 --- a/sd/source/ui/view/drviews3.cxx +++ b/sd/source/ui/view/drviews3.cxx @@ -99,13 +99,6 @@ using ::com::sun::star::frame::XController; namespace sd { -#ifndef SO2_DECL_SVINPLACEOBJECT_DEFINED -#define SO2_DECL_SVINPLACEOBJECT_DEFINED -SO2_DECL_REF(SvInPlaceObject) -#endif - - - /************************************************************************* |* |* SfxRequests fuer Controller bearbeiten diff --git a/sd/source/ui/view/drviews9.cxx b/sd/source/ui/view/drviews9.cxx index 8763aa8c47fc..59eba374e579 100644 --- a/sd/source/ui/view/drviews9.cxx +++ b/sd/source/ui/view/drviews9.cxx @@ -68,16 +68,6 @@ namespace sd { -#ifndef SO2_DECL_SVINPLACEOBJECT_DEFINED -#define SO2_DECL_SVINPLACEOBJECT_DEFINED -SO2_DECL_REF(SvInPlaceObject) -#endif -#ifndef SO2_DECL_SVSTORAGE_DEFINED -#define SO2_DECL_SVSTORAGE_DEFINED -SO2_DECL_REF(SvStorage) -#endif - - /************************************************************************* |* |* SfxRequests fuer Gallery bearbeiten diff --git a/sd/source/ui/view/sdview.cxx b/sd/source/ui/view/sdview.cxx index e43d1756a7be..0912a8a808bb 100644 --- a/sd/source/ui/view/sdview.cxx +++ b/sd/source/ui/view/sdview.cxx @@ -91,11 +91,6 @@ using namespace com::sun::star; using namespace com::sun::star::uno; namespace sd { -#ifndef SO2_DECL_SVINPLACEOBJECT_DEFINED -#define SO2_DECL_SVINPLACEOBJECT_DEFINED -SO2_DECL_REF(SvInPlaceObject) -#endif - TYPEINIT1(View, FmFormView); /************************************************************************* diff --git a/sd/source/ui/view/sdview2.cxx b/sd/source/ui/view/sdview2.cxx index 20a1474ff618..e664c01473e2 100644 --- a/sd/source/ui/view/sdview2.cxx +++ b/sd/source/ui/view/sdview2.cxx @@ -68,15 +68,6 @@ namespace sd { -#ifndef SO2_DECL_SVINPLACEOBJECT_DEFINED -#define SO2_DECL_SVINPLACEOBJECT_DEFINED -SO2_DECL_REF(SvInPlaceObject) -#endif -#ifndef SO2_DECL_SVSTORAGE_DEFINED -#define SO2_DECL_SVSTORAGE_DEFINED -SO2_DECL_REF(SvStorage) -#endif - using namespace ::com::sun::star; // ------------------------ diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx index bcf57130f930..7c56eb5da919 100644 --- a/sd/source/ui/view/viewshel.cxx +++ b/sd/source/ui/view/viewshel.cxx @@ -84,11 +84,6 @@ #include "Window.hxx" #include "fupoor.hxx" -#ifndef SO2_DECL_SVINPLACEOBJECT_DEFINED -#define SO2_DECL_SVINPLACEOBJECT_DEFINED -SO2_DECL_REF(SvInPlaceObject) -#endif - namespace sd { namespace ui { namespace table { extern SfxShell* CreateTableObjectBar( ViewShell& rShell, ::sd::View* pView ); } } } |