diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-11-13 21:23:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-14 10:11:32 +0000 |
commit | c17f51c74ce8ef4fc4827766ce9c1c338a3e54c4 (patch) | |
tree | c5c5e491f2d8abd911c3c421e2bf379bdde2c8d3 /sd | |
parent | a94b6ec2d57cab51d79329ea62d908f3b3713505 (diff) |
The additional methods of SO2_*_REF over SV_*_REF are now unused
so they can now be replaced by SV_*_REF now
Change-Id: I2207d6582cab5f41851064f3d0c773e9421c0078
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 ); } } } |