diff options
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; |