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/toolboxdocumenthandler.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/toolboxdocumenthandler.hxx')
-rw-r--r-- | framework/inc/xml/toolboxdocumenthandler.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/xml/toolboxdocumenthandler.hxx b/framework/inc/xml/toolboxdocumenthandler.hxx index 18f30820f082..670e6229e8a0 100644 --- a/framework/inc/xml/toolboxdocumenthandler.hxx +++ b/framework/inc/xml/toolboxdocumenthandler.hxx @@ -37,7 +37,7 @@ namespace framework{ // workaround for incremental linking bugs in MSVC2015 class SAL_DLLPUBLIC_TEMPLATE OReadToolBoxDocumentHandler_Base : public cppu::WeakImplHelper< css::xml::sax::XDocumentHandler > {}; -class FWE_DLLPUBLIC OReadToolBoxDocumentHandler : public OReadToolBoxDocumentHandler_Base +class OReadToolBoxDocumentHandler : public OReadToolBoxDocumentHandler_Base { public: enum ToolBox_XML_Entry @@ -117,7 +117,7 @@ class FWE_DLLPUBLIC OReadToolBoxDocumentHandler : public OReadToolBoxDocumentHan OUString m_aCommandURL; }; -class FWE_DLLPUBLIC OWriteToolBoxDocumentHandler final +class OWriteToolBoxDocumentHandler final { public: OWriteToolBoxDocumentHandler( |