include/editeng/charrotateitem.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2e9261415006ce782a7ae699c69f5be3cec29dff
Author:     Thorsten Behrens <thorsten.behr...@cib.de>
AuthorDate: Tue Apr 21 21:37:34 2020 +0200
Commit:     Thorsten Behrens <thorsten.behr...@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.behr...@cib.de>
    Reviewed-by: Thorsten Behrens <thorsten.behr...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to