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 /starmath/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 'starmath/qa')
-rw-r--r-- | starmath/qa/cppunit/test_nodetotextvisitors.cxx | 4 | ||||
-rw-r--r-- | starmath/qa/cppunit/test_starmath.cxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/starmath/qa/cppunit/test_nodetotextvisitors.cxx b/starmath/qa/cppunit/test_nodetotextvisitors.cxx index 375b73300b2c..49d9d888f5f2 100644 --- a/starmath/qa/cppunit/test_nodetotextvisitors.cxx +++ b/starmath/qa/cppunit/test_nodetotextvisitors.cxx @@ -65,8 +65,8 @@ struct assertion_traits<String> }; } -SO2_DECL_REF(SmDocShell) -SO2_IMPL_REF(SmDocShell) +SV_DECL_REF(SmDocShell) +SV_IMPL_REF(SmDocShell) class TestOutputDevice : public OutputDevice { diff --git a/starmath/qa/cppunit/test_starmath.cxx b/starmath/qa/cppunit/test_starmath.cxx index 3e39f5d42123..3ebbd61f39a6 100644 --- a/starmath/qa/cppunit/test_starmath.cxx +++ b/starmath/qa/cppunit/test_starmath.cxx @@ -55,8 +55,8 @@ #include <sfx2/zoomitem.hxx> -SO2_DECL_REF(SmDocShell) -SO2_IMPL_REF(SmDocShell) +SV_DECL_REF(SmDocShell) +SV_IMPL_REF(SmDocShell) using namespace ::com::sun::star; |