diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-25 03:51:01 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-25 04:13:38 +0200 |
commit | 8ccb2c0ed7e15329cf44fa82feb0435d42c891f9 (patch) | |
tree | 5459357efefa506edba1f8733fc2c9101cad59ce /chart2/qa/extras/charttest.hxx | |
parent | 8536af3439a94787e8f785da30776b83942fb82e (diff) |
and in the chart tests
Change-Id: I1ed69bb1c09982e8d0964a700da9b22b66af82f8
Diffstat (limited to 'chart2/qa/extras/charttest.hxx')
-rw-r--r-- | chart2/qa/extras/charttest.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/qa/extras/charttest.hxx b/chart2/qa/extras/charttest.hxx index e640118d0cb5..6e7be740183d 100644 --- a/chart2/qa/extras/charttest.hxx +++ b/chart2/qa/extras/charttest.hxx @@ -64,8 +64,8 @@ #include <boost/shared_ptr.hpp> #include <boost/make_shared.hpp> -using namespace com::sun::star; -using namespace com::sun::star::uno; +using namespace css; +using namespace css::uno; class ChartTest : public test::BootstrapFixture, public unotest::MacrosTest { @@ -152,7 +152,7 @@ void ChartTest::setUp() { test::BootstrapFixture::setUp(); - mxDesktop.set( com::sun::star::frame::Desktop::create( comphelper::getComponentContext(getMultiServiceFactory()) ) ); + mxDesktop.set( css::frame::Desktop::create( comphelper::getComponentContext(getMultiServiceFactory()) ) ); } void ChartTest::tearDown() |