diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-27 15:38:52 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-28 06:31:27 +0000 |
commit | d95a27f944c8a28d0368f248028ddf395fe1c57e (patch) | |
tree | 0595aead6f463adff018f7c51b7d089225d29460 /sccomp/qa | |
parent | 8c5e922d66d154405029380374f088cee6578056 (diff) |
com::sun::star->css in scaddins,sccomp,scripting
Change-Id: Id9167341940bac65f055e1e33ff0670f6fa0f6c4
Reviewed-on: https://gerrit.libreoffice.org/19629
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sccomp/qa')
-rw-r--r-- | sccomp/qa/unit/lpsolver.cxx | 2 |
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); } |