[Libreoffice-commits] .: unotools/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Nov 30 16:15:49 PST 2012


 unotools/inc/unotools/historyoptions.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a1c05acd19482b5da1f71ac03071d70277568766
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Sat Dec 1 01:15:21 2012 +0100

    fix SAL_WARN_UNUSED placement
    
    Change-Id: Icd320e2a7459b1850de42c83854ab8a905d97a56

diff --git a/unotools/inc/unotools/historyoptions.hxx b/unotools/inc/unotools/historyoptions.hxx
index 425aa90..a3f664d 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:
         /*-****************************************************************************************************//**


More information about the Libreoffice-commits mailing list