diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-12-10 13:30:01 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-12-10 13:30:01 +0100 |
commit | 5fa9ce570dc59a3fc9eb47f28b3fed739f20ab23 (patch) | |
tree | 6032150d8fe8b3825bd2feb65d3a677823becdd5 /include/svx/fmsrcimp.hxx | |
parent | 66bd1e491102de97ceeb1db5705a15ff2dd69a58 (diff) |
Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-cl
...which, somewhat arbitrarily, expects GNU extension __attribute__((...)) to
come before MSVC extension __declspec(...) with
MaybeParseGNUAttributes(attrs);
MaybeParseMicrosoftDeclSpecs(attrs);
in Parser::ParseClassSpecifier (lib/Parse/ParseDeclCXX.cpp).
Change-Id: I5936558c8fc08b278575b6c678cde6eccd4647fb
Diffstat (limited to 'include/svx/fmsrcimp.hxx')
-rw-r--r-- | include/svx/fmsrcimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fmsrcimp.hxx b/include/svx/fmsrcimp.hxx index d543296da544..74305a99a721 100644 --- a/include/svx/fmsrcimp.hxx +++ b/include/svx/fmsrcimp.hxx @@ -163,7 +163,7 @@ enum FMSEARCH_MODE { SM_BRUTE, SM_ALLOWSCHEDULE, SM_USETHREAD }; typedef std::vector< css::uno::Reference< css::uno::XInterface> > InterfaceArray; -class SVX_DLLPUBLIC SAL_WARN_UNUSED FmSearchEngine +class SAL_WARN_UNUSED SVX_DLLPUBLIC FmSearchEngine { friend class FmSearchThread; |