summaryrefslogtreecommitdiffstats
path: root/configmgr/source/update.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-27 10:59:23 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-28 07:25:03 +0000
commit506be190a9c0aa682c8c3a681a567966353afca8 (patch)
tree4b2ee61bddd2337aadf3b011707d4ac968508336 /configmgr/source/update.hxx
parentloplugin:unreffun (diff)
downloadcore-506be190a9c0aa682c8c3a681a567966353afca8.tar.gz
core-506be190a9c0aa682c8c3a681a567966353afca8.zip
com::sun::star->css in configmgr
Change-Id: Ief642571ddccbf016fa1625b5859b4889a4a3e8e Reviewed-on: https://gerrit.libreoffice.org/17366 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'configmgr/source/update.hxx')
-rw-r--r--configmgr/source/update.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/update.hxx b/configmgr/source/update.hxx
index cd37c6c1b1c8..c1ede9b21caf 100644
--- a/configmgr/source/update.hxx
+++ b/configmgr/source/update.hxx
@@ -35,14 +35,14 @@ namespace com { namespace sun { namespace star {
namespace configmgr { namespace update {
-com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SAL_CALL
+css::uno::Reference< css::uno::XInterface > SAL_CALL
create(
- com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
+ css::uno::Reference< css::uno::XComponentContext >
const &);
OUString SAL_CALL getImplementationName();
-com::sun::star::uno::Sequence< OUString > SAL_CALL
+css::uno::Sequence< OUString > SAL_CALL
getSupportedServiceNames();
} }