diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-04-10 09:20:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-04-10 10:26:53 +0200 |
commit | 69a05652a5b30b4d4234c19cc0a1e355712759d5 (patch) | |
tree | a9c1af4047f02069ee933b0d088ed48ea80651a2 | |
parent | 72303710ab70007769118a1f13106822f3558916 (diff) |
-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 <sbergman@redhat.com>
-rw-r--r-- | include/svx/diagram/datamodel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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, |