diff options
Diffstat (limited to 'include/editeng/overflowingtxt.hxx')
-rw-r--r-- | include/editeng/overflowingtxt.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/overflowingtxt.hxx b/include/editeng/overflowingtxt.hxx index ad0a662d1201..5edfdfa00ac6 100644 --- a/include/editeng/overflowingtxt.hxx +++ b/include/editeng/overflowingtxt.hxx @@ -98,7 +98,7 @@ private: * (respectively after Overflow and Underflow). * */ -class UNLESS_MERGELIBS(EDITENG_DLLPUBLIC) OFlowChainedText +class EDITENG_DLLPUBLIC OFlowChainedText { public: OFlowChainedText(Outliner const *, bool ); @@ -119,7 +119,7 @@ private: }; // UFlowChainedText is a simpler class than OFlowChainedText: it almost only joins para-objects -class UNLESS_MERGELIBS(EDITENG_DLLPUBLIC) UFlowChainedText +class EDITENG_DLLPUBLIC UFlowChainedText { public: UFlowChainedText(Outliner const *, bool); |