summaryrefslogtreecommitdiff
path: root/sccomp/qa/unit
diff options
context:
space:
mode:
Diffstat (limited to 'sccomp/qa/unit')
-rw-r--r--sccomp/qa/unit/lpsolver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sccomp/qa/unit/lpsolver.cxx b/sccomp/qa/unit/lpsolver.cxx
index b6a14b431f3a..079d7fca41c8 100644
--- a/sccomp/qa/unit/lpsolver.cxx
+++ b/sccomp/qa/unit/lpsolver.cxx
@@ -44,7 +44,7 @@ void LpSolverTest::setUp()
uno::Reference<frame::XDesktop2> xComponentLoader = frame::Desktop::create(m_xContext);
uno::Reference<lang::XComponent> xComponent(xComponentLoader->loadComponentFromURL(
"private:factory/scalc", "_blank", 0,
- uno::Sequence < ::com::sun::star::beans::PropertyValue >()));
+ uno::Sequence < css::beans::PropertyValue >()));
m_xDocument.set(xComponent, uno::UNO_QUERY_THROW);
}