diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-12-01 01:15:21 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-01 01:15:21 +0100 |
commit | a1c05acd19482b5da1f71ac03071d70277568766 (patch) | |
tree | 85a762915a28e5365ee87e4b0e0b60b5798b8573 /unotools/inc | |
parent | 399b92edc74cc06f800b17cd96059aa1f58e6501 (diff) |
fix SAL_WARN_UNUSED placement
Change-Id: Icd320e2a7459b1850de42c83854ab8a905d97a56
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/historyoptions.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/inc/unotools/historyoptions.hxx b/unotools/inc/unotools/historyoptions.hxx index 425aa903c866..a3f664ddcd13 100644 --- a/unotools/inc/unotools/historyoptions.hxx +++ b/unotools/inc/unotools/historyoptions.hxx @@ -67,7 +67,7 @@ class SvtHistoryOptions_Impl; @devstatus ready to use *//*-*************************************************************************************************************/ -class UNOTOOLS_DLLPUBLIC SvtHistoryOptions SAL_WARN_UNUSED : public utl::detail::Options +class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail::Options { public: /*-****************************************************************************************************//** |