summaryrefslogtreecommitdiffstats
path: root/include/unotest/officeconnection.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-23 10:32:47 +0200
committerNoel Grandin <noel@peralex.com>2015-10-23 12:05:04 +0200
commit1c909a13a0816e20d365000cc527d93e02633b0c (patch)
tree7a402659f9696c01ceeca51c5ddd2127b3b0e815 /include/unotest/officeconnection.hxx
parentoox: replace boost::ptr_vector with std::vector<std::unique_ptr> (diff)
downloadcore-1c909a13a0816e20d365000cc527d93e02633b0c.tar.gz
core-1c909a13a0816e20d365000cc527d93e02633b0c.zip
com::sun::star->css in include/ucbhelper to include/xmlscript
Change-Id: Iaa7f0b8455a601d3992c08cde0943c709c417256
Diffstat (limited to 'include/unotest/officeconnection.hxx')
-rw-r--r--include/unotest/officeconnection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotest/officeconnection.hxx b/include/unotest/officeconnection.hxx
index 844c61bae55a..eb00d261a299 100644
--- a/include/unotest/officeconnection.hxx
+++ b/include/unotest/officeconnection.hxx
@@ -45,7 +45,7 @@ public:
void tearDown();
- com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
+ css::uno::Reference< css::uno::XComponentContext >
getComponentContext() const { return context_;}
// Must not be called before setUp or after tearDown:
@@ -53,7 +53,7 @@ public:
private:
oslProcess process_;
- com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
+ css::uno::Reference< css::uno::XComponentContext >
context_;
};