summaryrefslogtreecommitdiffstats
path: root/include/svx/sxmtritm.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-04 11:11:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-05 12:18:29 +0100
commitc02c4df9414ed2bef96565522238ca05013d3ac3 (patch)
tree47e2195f5f1cd183d6939fbe3e9d650b8bc4f71e /include/svx/sxmtritm.hxx
parentjsdialogs: .uno:ChartBackColor with string argument (diff)
downloadcore-c02c4df9414ed2bef96565522238ca05013d3ac3.tar.gz
core-c02c4df9414ed2bef96565522238ca05013d3ac3.zip
make some classes module-private
Change-Id: Ice9a57eedb166672dbdfae6da2a172ab77566a19 Reviewed-on: https://gerrit.libreoffice.org/81983 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/sxmtritm.hxx')
-rw-r--r--include/svx/sxmtritm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sxmtritm.hxx b/include/svx/sxmtritm.hxx
index a54787746223..826e224dc319 100644
--- a/include/svx/sxmtritm.hxx
+++ b/include/svx/sxmtritm.hxx
@@ -37,7 +37,7 @@ public:
// Turn the calculated TextRect through 180 deg
// Text is also switched to the other side of the dimension line, if not Rota90
-class SVX_DLLPUBLIC SdrMeasureTextUpsideDownItem final : public SdrYesNoItem {
+class SdrMeasureTextUpsideDownItem final : public SdrYesNoItem {
public:
SdrMeasureTextUpsideDownItem(bool bOn=false): SdrYesNoItem(SDRATTR_MEASURETEXTUPSIDEDOWN,bOn) {}
virtual ~SdrMeasureTextUpsideDownItem() override;