include/svx/diagram/datamodel.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 69a05652a5b30b4d4234c19cc0a1e355712759d5
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Sun Apr 10 09:20:05 2022 +0200
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Sun Apr 10 10:26:53 2022 +0200

    -Werror,-Wignored-attributes
    
    clang-cl: "'dllexport' attribute only applies to functions, variables, 
classes,
    and Objective-C interfaces"
    
    Change-Id: I1c10431f442b601fd8110c029f6fe33915c62d08
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132764
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>

diff --git a/include/svx/diagram/datamodel.hxx 
b/include/svx/diagram/datamodel.hxx
index d585ea8ff2bc..3df7cc2e8afd 100644
--- a/include/svx/diagram/datamodel.hxx
+++ b/include/svx/diagram/datamodel.hxx
@@ -33,7 +33,7 @@
 
 namespace svx::diagram {
 
-enum SVXCORE_DLLPUBLIC TypeConstant {
+enum TypeConstant {
     XML_none = 0,
     XML_type = 395,
     XML_asst = 680,

Reply via email to