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/xmlnamespaces.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/xmlnamespaces.hxx')
-rw-r--r-- | framework/inc/xml/xmlnamespaces.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/xml/xmlnamespaces.hxx b/framework/inc/xml/xmlnamespaces.hxx index a5c4dde0a1e3..5f0c9670e8cf 100644 --- a/framework/inc/xml/xmlnamespaces.hxx +++ b/framework/inc/xml/xmlnamespaces.hxx @@ -28,7 +28,7 @@ namespace framework { -class FWE_DLLPUBLIC XMLNamespaces final +class XMLNamespaces final { public: /// @throws css::xml::sax::SAXException |