diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-09-21 11:44:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-21 13:57:16 +0100 |
commit | 951dbdd13100f92fb3ded20fd8d14ca645c4af37 (patch) | |
tree | ca4427650be357cfc9d21f617711b0d3c5a86cec /sfx2/source/appl/imestatuswindow.hxx | |
parent | 4d22eff3c1afc1294785842be163abfa263ef43b (diff) |
cppcheck: noExplicitConstructor
Change-Id: I53f9965609c04fd2f0b955fd04de8fc953917344
Diffstat (limited to 'sfx2/source/appl/imestatuswindow.hxx')
-rw-r--r-- | sfx2/source/appl/imestatuswindow.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/imestatuswindow.hxx b/sfx2/source/appl/imestatuswindow.hxx index 99bd17697c45..6b7a882c3af1 100644 --- a/sfx2/source/appl/imestatuswindow.hxx +++ b/sfx2/source/appl/imestatuswindow.hxx @@ -48,7 +48,7 @@ ImeStatusWindow_Impl; class ImeStatusWindow: private ImeStatusWindow_Impl { public: - ImeStatusWindow( com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > const& rxContext ); + explicit ImeStatusWindow( com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > const& rxContext ); /** Set up VCL according to the configuration. |