From a1c05acd19482b5da1f71ac03071d70277568766 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Sat, 1 Dec 2012 01:15:21 +0100 Subject: fix SAL_WARN_UNUSED placement Change-Id: Icd320e2a7459b1850de42c83854ab8a905d97a56 --- unotools/inc/unotools/historyoptions.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: /*-****************************************************************************************************//** -- cgit