summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-07 09:28:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-07 17:44:23 +0200
commitca46feb2ff915c6842b87cd5799a83af8003f3cd (patch)
tree08a8775c2038655f12e9341f469e8e2404844045 /svx/source/inc
parenta041cb54351326cd8beb39abac23f07f35de5463 (diff)
make some symbols private
Change-Id: I224831ad18e754fd67d9b16510cd286a5397f1f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98236 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/StylesPreviewToolBoxControl.hxx4
-rw-r--r--svx/source/inc/svdpdf.hxx2
2 files changed, 3 insertions, 3 deletions
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 <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
-class SVXCORE_DLLPUBLIC StylesPreviewToolBoxControl final
+class StylesPreviewToolBoxControl final
: public cppu::ImplInheritanceHelper<svt::ToolboxController, css::lang::XServiceInfo>
{
VclPtr<StylesPreviewWindow_Impl> 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<SdrObject*> maTmpList;
ScopedVclPtr<VirtualDevice> mpVD;