summaryrefslogtreecommitdiff
path: root/emfio
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-15 14:37:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-19 07:52:24 +0100
commit4a19260d74c335fc6eb9216aacbf2d5bfbfc95aa (patch)
treefcd7206f54c72f9d457b56773b2483d4552ee7f0 /emfio
parent2d2a76dd0ada087c168134c0a873e0f9a98eea05 (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 'emfio')
-rw-r--r--emfio/inc/mtftools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/emfio/inc/mtftools.hxx b/emfio/inc/mtftools.hxx
index 736b1da2fe74..e335dc99fbf1 100644
--- a/emfio/inc/mtftools.hxx
+++ b/emfio/inc/mtftools.hxx
@@ -455,7 +455,7 @@ namespace emfio
{}
};
- class EMFIO_DLLPUBLIC MtfTools
+ class MtfTools
{
MtfTools(MtfTools const &) = delete;
MtfTools& operator =(MtfTools const &) = delete;