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

Stephan Bergmann sbergman at redhat.com
Thu Jun 12 06:46:28 PDT 2014


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

New commits:
commit 53dae3d919651fa07e5b84dbf8c069bd87fea741
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jun 12 15:45:46 2014 +0200

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

diff --git a/sw/source/ui/chrdlg/swuiccoll.cxx b/sw/source/ui/chrdlg/swuiccoll.cxx
index 7822bc8..fba4336 100644
--- a/sw/source/ui/chrdlg/swuiccoll.cxx
+++ b/sw/source/ui/chrdlg/swuiccoll.cxx
@@ -155,7 +155,7 @@ bool SwCondCollPage::FillItemSet(SfxItemSet *rSet)
     return bModified;
 }
 
-void SwCondCollPage::Reset(const SfxItemSet */*rSet*/)
+void SwCondCollPage::Reset(const SfxItemSet *)
 {
     if(bNewTemplate)
         m_pConditionCB->Enable();


More information about the Libreoffice-commits mailing list