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 /sc/source | |
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 'sc/source')
-rw-r--r-- | sc/source/ui/inc/docsh.hxx | 6 | ||||
-rw-r--r-- | sc/source/ui/inc/servobj.hxx | 3 |
2 files changed, 2 insertions, 7 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx index 1efff933c57f..2e57e7471a30 100644 --- a/sc/source/ui/inc/docsh.hxx +++ b/sc/source/ui/inc/docsh.hxx @@ -48,8 +48,6 @@ #include <boost/unordered_map.hpp> #include <cppuhelper/implbase1.hxx> -#include <sot/sotref.hxx> - class ScEditEngineDefaulter; class SfxStyleSheetBasePool; class SfxStyleSheetHint; @@ -448,8 +446,8 @@ public: void UpdateAcceptChangesDialog(); -SO2_DECL_REF(ScDocShell) -SO2_IMPL_REF(ScDocShell) +SV_DECL_REF(ScDocShell) +SV_IMPL_REF(ScDocShell) /** Create before modifications of the document and then destroy. diff --git a/sc/source/ui/inc/servobj.hxx b/sc/source/ui/inc/servobj.hxx index b0bb345de3e9..4e205db255ef 100644 --- a/sc/source/ui/inc/servobj.hxx +++ b/sc/source/ui/inc/servobj.hxx @@ -71,9 +71,6 @@ public: void EndListeningAll(); }; -//SO2_DECL_REF( ScServerObject ) - - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |