[Libreoffice-commits] core.git: include/svtools

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Wed Mar 25 13:52:12 UTC 2020


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

New commits:
commit e90e3d7e9afac1dde347bfcee1503b09355c03b1
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Mar 25 12:15:07 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Mar 25 14:51:30 2020 +0100

    ValueSet is still needed from the CppunitTest_svtools_dialogs_tests library
    
    ...at least in a Windows --enable-mergelibs `make screenshot` build
    
    Change-Id: Id1168d5c0a4c417144a2d10a9ddc8ff1b33525f3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91043
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index feea4e30e82a..748802a34c8e 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -193,7 +193,7 @@ typedef std::vector<std::unique_ptr<SvtValueSetItem>> SvtValueItemList;
 #define VALUESET_ITEM_NOTFOUND  (size_t(-1))
 
 
-class UNLESS_MERGELIBS(SVT_DLLPUBLIC) ValueSet : public Control
+class SVT_DLLPUBLIC ValueSet : public Control
 {
 private:
     ValueItemList   mItemList;


More information about the Libreoffice-commits mailing list