summaryrefslogtreecommitdiffstats
path: root/configmgr
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-21 13:43:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-24 10:19:49 +0200
commit552b1fc70fc2fca2ba3d33929f20c3172e9e8bb4 (patch)
treee43efc255428dd52d1f174d1b4c9bd0e1d17de38 /configmgr
parentremove some unused typedefs (diff)
downloadcore-552b1fc70fc2fca2ba3d33929f20c3172e9e8bb4.tar.gz
core-552b1fc70fc2fca2ba3d33929f20c3172e9e8bb4.zip
inline some use-once typedefs
Change-Id: Idddba2f3fd05265b08dbc88edb6152d34a166052 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94730 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/components.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx
index 87b8116d1d7f..014c5c7f6b62 100644
--- a/configmgr/source/components.hxx
+++ b/configmgr/source/components.hxx
@@ -138,8 +138,6 @@ private:
int getExtensionLayer(bool shared) const;
- typedef o3tl::sorted_vector< RootAccess * > WeakRootSet;
-
typedef
config_map<
css::uno::Reference<
@@ -153,7 +151,7 @@ private:
css::uno::Reference< css::uno::XComponentContext >
context_;
Data data_;
- WeakRootSet roots_;
+ o3tl::sorted_vector< RootAccess * > roots_;
ExternalServices externalServices_;
rtl::Reference< WriteThread > writeThread_;
int sharedExtensionLayer_;