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 /sw/qa | |
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 'sw/qa')
-rw-r--r-- | sw/qa/core/filters-test.cxx | 4 | ||||
-rw-r--r-- | sw/qa/core/macros-test.cxx | 4 | ||||
-rw-r--r-- | sw/qa/core/swdoc-test.cxx | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sw/qa/core/filters-test.cxx b/sw/qa/core/filters-test.cxx index ed2e3efd336e..9905b2350181 100644 --- a/sw/qa/core/filters-test.cxx +++ b/sw/qa/core/filters-test.cxx @@ -50,8 +50,8 @@ #include "shellres.hxx" #include "docufld.hxx" -SO2_DECL_REF(SwDocShell) -SO2_IMPL_REF(SwDocShell) +SV_DECL_REF(SwDocShell) +SV_IMPL_REF(SwDocShell) using namespace ::com::sun::star; diff --git a/sw/qa/core/macros-test.cxx b/sw/qa/core/macros-test.cxx index 3f9262eb486c..7d7197776554 100644 --- a/sw/qa/core/macros-test.cxx +++ b/sw/qa/core/macros-test.cxx @@ -50,8 +50,8 @@ #include "docsh.hxx" -SO2_DECL_REF(SwDocShell) -SO2_IMPL_REF(SwDocShell) +SV_DECL_REF(SwDocShell) +SV_IMPL_REF(SwDocShell) using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sw/qa/core/swdoc-test.cxx b/sw/qa/core/swdoc-test.cxx index 2f1bf8668824..de9828e84bfb 100644 --- a/sw/qa/core/swdoc-test.cxx +++ b/sw/qa/core/swdoc-test.cxx @@ -67,8 +67,8 @@ #include "modeltoviewhelper.hxx" #include "scriptinfo.hxx" -SO2_DECL_REF(SwDocShell) -SO2_IMPL_REF(SwDocShell) +SV_DECL_REF(SwDocShell) +SV_IMPL_REF(SwDocShell) using namespace ::com::sun::star; |