[Libreoffice-commits] core.git: sw/source

Stephan Bergmann sbergman at redhat.com
Thu Jun 12 07:50:51 PDT 2014


 sw/source/ui/dialog/docstdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c353153898c691dcd24b6f66153e9f8ec2d37eb0
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jun 12 16:49:38 2014 +0200

    warning C4138: '*/' found outside of comment
    
    Change-Id: I1485d646171b08f709767debfe583f90426d5dfd

diff --git a/sw/source/ui/dialog/docstdlg.cxx b/sw/source/ui/dialog/docstdlg.cxx
index e2154bf..1a70b77 100644
--- a/sw/source/ui/dialog/docstdlg.cxx
+++ b/sw/source/ui/dialog/docstdlg.cxx
@@ -82,7 +82,7 @@ bool  SwDocStatPage::FillItemSet(SfxItemSet * /*rSet*/)
     return false;
 }
 
-void  SwDocStatPage::Reset(const SfxItemSet */*rSet*/)
+void  SwDocStatPage::Reset(const SfxItemSet *)
 {
 }
 


More information about the Libreoffice-commits mailing list