[Libreoffice-commits] core.git: include/editeng
Thorsten Behrens (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 22 00:33:25 UTC 2020
include/editeng/charrotateitem.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2e9261415006ce782a7ae699c69f5be3cec29dff
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
AuthorDate: Tue Apr 21 21:37:34 2020 +0200
Commit: Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Wed Apr 22 02:32:51 2020 +0200
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 at CIB.de>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
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);
More information about the Libreoffice-commits
mailing list