summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2020-04-21 21:37:34 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2020-04-22 02:32:51 +0200
commit2e9261415006ce782a7ae699c69f5be3cec29dff (patch)
tree0a420a920d8f8f0b4b665ff0a52b97c476437565
parent8f85ca5aefcf1046d2276585b10144bb97d2a870 (diff)
Partial revert "make more classes private in mergedlibs"
Turns out x86 linux needs some item vtables in cui, which does not get linked into mergedlib. This reverts bits of commit 01159643623de55f9e1de84d568032ca919dbd8f Change-Id: I442aa2efca9941e9c5bf656c73cc5a5577db8781 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92658 Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
-rw-r--r--include/editeng/charrotateitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/charrotateitem.hxx b/include/editeng/charrotateitem.hxx
index 9d7bb6935b05..25af247428d3 100644
--- a/include/editeng/charrotateitem.hxx
+++ b/include/editeng/charrotateitem.hxx
@@ -32,7 +32,7 @@
*/
-class UNLESS_MERGELIBS(EDITENG_DLLPUBLIC) SvxTextRotateItem : public SfxUInt16Item
+class EDITENG_DLLPUBLIC SvxTextRotateItem : public SfxUInt16Item
{
public:
SvxTextRotateItem(sal_uInt16 nValue, const sal_uInt16 nId);