summaryrefslogtreecommitdiffstats
path: root/configmgr/source/components.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/components.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/components.hxx')
-rw-r--r--configmgr/source/components.hxx14
1 files changed, 6 insertions, 8 deletions
diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx
index d0c2536f908e..f43181f18f9d 100644
--- a/configmgr/source/components.hxx
+++ b/configmgr/source/components.hxx
@@ -53,8 +53,7 @@ class RootAccess;
class Components {
public:
static Components & getSingleton(
- com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
- const & context);
+ css::uno::Reference< css::uno::XComponentContext > const & context);
static bool allLocales(OUString const & locale);
@@ -101,7 +100,7 @@ public:
std::set< OUString > const & excludedPaths,
Modifications * modifications);
- com::sun::star::beans::Optional< com::sun::star::uno::Any >
+ css::beans::Optional< css::uno::Any >
getExternalValue(OUString const & descriptor);
private:
@@ -113,8 +112,7 @@ private:
Additions *);
public:
explicit Components(
- com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
- const & context);
+ css::uno::Reference< css::uno::XComponentContext > const & context);
~Components();
private:
@@ -151,13 +149,13 @@ private:
typedef
config_map<
- com::sun::star::uno::Reference<
- com::sun::star::beans::XPropertySet > >
+ css::uno::Reference<
+ css::beans::XPropertySet > >
ExternalServices;
class WriteThread;
- com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
+ css::uno::Reference< css::uno::XComponentContext >
context_;
Data data_;
WeakRootSet roots_;