From ca46feb2ff915c6842b87cd5799a83af8003f3cd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 7 Jul 2020 09:28:32 +0200 Subject: make some symbols private Change-Id: I224831ad18e754fd67d9b16510cd286a5397f1f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98236 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svx/source/inc/StylesPreviewToolBoxControl.hxx | 4 ++-- svx/source/inc/svdpdf.hxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'svx/source') diff --git a/svx/source/inc/StylesPreviewToolBoxControl.hxx b/svx/source/inc/StylesPreviewToolBoxControl.hxx index 45e2126abec2..7e2bd85da67e 100644 --- a/svx/source/inc/StylesPreviewToolBoxControl.hxx +++ b/svx/source/inc/StylesPreviewToolBoxControl.hxx @@ -27,7 +27,7 @@ #include #include -class SVXCORE_DLLPUBLIC StylesPreviewToolBoxControl final +class StylesPreviewToolBoxControl final : public cppu::ImplInheritanceHelper { VclPtr m_xVclBox; @@ -68,4 +68,4 @@ private: #endif -/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ \ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ diff --git a/svx/source/inc/svdpdf.hxx b/svx/source/inc/svdpdf.hxx index 6482b60ef867..60a90619e6a8 100644 --- a/svx/source/inc/svdpdf.hxx +++ b/svx/source/inc/svdpdf.hxx @@ -54,7 +54,7 @@ class SdrObject; class SvdProgressInfo; // Helper Class to import PDF -class SVXCORE_DLLPUBLIC ImpSdrPdfImport final +class ImpSdrPdfImport final { std::vector maTmpList; ScopedVclPtr mpVD; -- cgit