summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-09 08:46:33 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-11-09 07:20:51 +0000
commita76f4c6708512d05a783d9330d35decf2aece5a2 (patch)
tree9f1b35ea3a2d139aa4c631eaa306ec01ef90e9a5 /test
parent6bb8194341cae5599f61cd613cf234ad2cbd2efc (diff)
com::sun::star->css in testtools/
Change-Id: I9a44e44b2478b007fba7f86eefcf4fa04d77b37b Reviewed-on: https://gerrit.libreoffice.org/19852 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/source/unoapi_test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/unoapi_test.cxx b/test/source/unoapi_test.cxx
index 7508f57a236d..d609d3c6c992 100644
--- a/test/source/unoapi_test.cxx
+++ b/test/source/unoapi_test.cxx
@@ -25,7 +25,7 @@ void UnoApiTest::setUp()
{
test::BootstrapFixture::setUp();
- mxDesktop = com::sun::star::frame::Desktop::create( comphelper::getComponentContext(getMultiServiceFactory()) );
+ mxDesktop = css::frame::Desktop::create( comphelper::getComponentContext(getMultiServiceFactory()) );
CPPUNIT_ASSERT_MESSAGE("no desktop!", mxDesktop.is());
}