diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-12 16:49:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-12 16:49:38 +0200 |
commit | c353153898c691dcd24b6f66153e9f8ec2d37eb0 (patch) | |
tree | ca849569ad97a4f6f7e84d191310f8892f031b9f | |
parent | 0b36794425a559355362911ec79a3bd04d5598dd (diff) |
warning C4138: '*/' found outside of comment
Change-Id: I1485d646171b08f709767debfe583f90426d5dfd
-rw-r--r-- | sw/source/ui/dialog/docstdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dialog/docstdlg.cxx b/sw/source/ui/dialog/docstdlg.cxx index e2154bfb38d7..1a70b77ed2c2 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 *) { } |