summaryrefslogtreecommitdiff
path: root/svtools/source/hatchwindow/documentcloser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/hatchwindow/documentcloser.cxx')
-rw-r--r--svtools/source/hatchwindow/documentcloser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/hatchwindow/documentcloser.cxx b/svtools/source/hatchwindow/documentcloser.cxx
index 82e2ae3135cb..e7260aba093b 100644
--- a/svtools/source/hatchwindow/documentcloser.cxx
+++ b/svtools/source/hatchwindow/documentcloser.cxx
@@ -54,7 +54,7 @@ class ODocumentCloser : public ::cppu::WeakImplHelper2< ::com::sun::star::lang::
bool m_bDisposed;
public:
- ODocumentCloser(const css::uno::Sequence< css::uno::Any >& aArguments);
+ explicit ODocumentCloser(const css::uno::Sequence< css::uno::Any >& aArguments);
virtual ~ODocumentCloser();
// XComponent
@@ -73,7 +73,7 @@ class MainThreadFrameCloserRequest
uno::Reference< frame::XFrame > m_xFrame;
public:
- MainThreadFrameCloserRequest( const uno::Reference< frame::XFrame >& xFrame )
+ explicit MainThreadFrameCloserRequest( const uno::Reference< frame::XFrame >& xFrame )
: m_xFrame( xFrame )
{}