diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-22 15:50:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-24 07:39:23 +0100 |
commit | d55fb1552f6ecd5c2f9e817d2b820e1a66410840 (patch) | |
tree | 865c19b08be30096ba1de7395e056caeaf2d840c /framework/source/inc | |
parent | 40871e226945ff732261fd1437df55b733ecdbc3 (diff) |
loplugin:unusedfields in framework
Change-Id: I7c633bf3e217a71c51bd3781fe716cb06fe92b0c
Reviewed-on: https://gerrit.libreoffice.org/68227
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/source/inc')
-rw-r--r-- | framework/source/inc/accelerators/presethandler.hxx | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx index 56a2fc15d403..b41593d41bee 100644 --- a/framework/source/inc/accelerators/presethandler.hxx +++ b/framework/source/inc/accelerators/presethandler.hxx @@ -76,22 +76,6 @@ class PresetHandler */ EConfigType m_eConfigType; - /** @short specify the type of resource, which configuration sets - must be provided here. - - @descr e.g. menubars, toolbars, accelerators - */ - OUString m_sResourceType; - - /** @short specify the application module for a module - dependent configuration. - - @descr Will be used only, if m_sResourceType is set to - "module". Further it must be a valid module identifier - then ... - */ - OUString m_sModule; - /** @short if we run in document mode, we can't use the global root storages! We have to use a special document storage explicitly. */ StorageHolder m_lDocumentStorages; @@ -124,24 +108,8 @@ class PresetHandler */ css::uno::Reference< css::embed::XStorage > m_xWorkingStorageUser; - /** @short knows the names of all presets inside the current - working storage of the share layer. */ - std::vector<OUString> m_lPresets; - - /** @short knows the names of all targets inside the current - working storage of the user layer. */ - std::vector<OUString> m_lTargets; - - /** @short it's the current office locale and will be used - to handle localized presets. - - @descr Default is "x-no-translate" which disable any - localized handling inside this class! */ - LanguageTag m_aLanguageTag; - /** @short knows the relative path from the root. */ OUString m_sRelPathShare; - OUString m_sRelPathNoLang; OUString m_sRelPathUser; // native interface |