diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-15 14:37:48 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-19 07:52:24 +0100 |
commit | 4a19260d74c335fc6eb9216aacbf2d5bfbfc95aa (patch) | |
tree | fcd7206f54c72f9d457b56773b2483d4552ee7f0 /framework/inc/xml/statusbardocumenthandler.hxx | |
parent | 2d2a76dd0ada087c168134c0a873e0f9a98eea05 (diff) |
make some classes module-private
Change-Id: I53809ab01d5e8eb091305c3cb618a64920ad22ad
Reviewed-on: https://gerrit.libreoffice.org/82783
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc/xml/statusbardocumenthandler.hxx')
-rw-r--r-- | framework/inc/xml/statusbardocumenthandler.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/xml/statusbardocumenthandler.hxx b/framework/inc/xml/statusbardocumenthandler.hxx index 78e5fd1babf5..58b9a008719b 100644 --- a/framework/inc/xml/statusbardocumenthandler.hxx +++ b/framework/inc/xml/statusbardocumenthandler.hxx @@ -37,7 +37,7 @@ namespace framework{ // workaround for incremental linking bugs in MSVC2015 class SAL_DLLPUBLIC_TEMPLATE OReadStatusBarDocumentHandler_Base : public cppu::WeakImplHelper< css::xml::sax::XDocumentHandler > {}; -class FWE_DLLPUBLIC OReadStatusBarDocumentHandler : public OReadStatusBarDocumentHandler_Base +class OReadStatusBarDocumentHandler : public OReadStatusBarDocumentHandler_Base { public: enum StatusBar_XML_Entry @@ -101,7 +101,7 @@ class FWE_DLLPUBLIC OReadStatusBarDocumentHandler : public OReadStatusBarDocumen css::uno::Reference< css::xml::sax::XLocator > m_xLocator; }; -class FWE_DLLPUBLIC OWriteStatusBarDocumentHandler final +class OWriteStatusBarDocumentHandler final { public: OWriteStatusBarDocumentHandler( |