summaryrefslogtreecommitdiff
path: root/cui/source/inc/cfgutil.hxx
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2017-05-16 02:22:30 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2017-05-16 22:08:31 +0200
commit4e52299a6aff1386151223a99e7ed3a49496d967 (patch)
treee1c28fda557cabea5633acdbc8346fdb2a20da3d /cui/source/inc/cfgutil.hxx
parent7865aa4c9e08e5dccf3627a68daf439a26e1bd4d (diff)
tdf#107853 tdf#107854 Hide useless style families
Change-Id: I9918cbbf6b030e0f1f0a5dee153bedc8a53f91d8 Reviewed-on: https://gerrit.libreoffice.org/37688 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'cui/source/inc/cfgutil.hxx')
-rw-r--r--cui/source/inc/cfgutil.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/cfgutil.hxx b/cui/source/inc/cfgutil.hxx
index d053555bba86..acc0020daa1f 100644
--- a/cui/source/inc/cfgutil.hxx
+++ b/cui/source/inc/cfgutil.hxx
@@ -61,13 +61,13 @@ struct SfxStyleInfo_Impl
struct SfxStylesInfo_Impl
{
private:
-
+ OUString m_aModuleName;
css::uno::Reference< css::frame::XModel > m_xDoc;
public:
SfxStylesInfo_Impl();
- void setModel(const css::uno::Reference< css::frame::XModel >& xModel);
+ void init(const OUString& rModuleName, const css::uno::Reference< css::frame::XModel >& xModel);
static bool parseStyleCommand(SfxStyleInfo_Impl& aStyle);
void getLabel4Style(SfxStyleInfo_Impl& aStyle);