From 4a19260d74c335fc6eb9216aacbf2d5bfbfc95aa Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 15 Nov 2019 14:37:48 +0200 Subject: make some classes module-private Change-Id: I53809ab01d5e8eb091305c3cb618a64920ad22ad Reviewed-on: https://gerrit.libreoffice.org/82783 Tested-by: Jenkins Reviewed-by: Noel Grandin --- framework/inc/xml/xmlnamespaces.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/inc/xml/xmlnamespaces.hxx') 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 -- cgit