From c3199d1d58957a421d68ffbf6a63666aac755a51 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 23 Jan 2017 09:28:26 +0200 Subject: fix windows build Change-Id: Ie32847e22965950d4b2a0e53ccab625a00a6589c --- include/sfx2/ipclient.hxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/sfx2/ipclient.hxx b/include/sfx2/ipclient.hxx index 23ec5e412d77..1ab9f4df89fd 100644 --- a/include/sfx2/ipclient.hxx +++ b/include/sfx2/ipclient.hxx @@ -59,8 +59,11 @@ public: SfxInPlaceClient( SfxViewShell* pViewShell, vcl::Window* pDraw, sal_Int64 nAspect ); virtual ~SfxInPlaceClient(); + SfxInPlaceClient(const SfxInPlaceClient &) = delete; + SfxInPlaceClient& operator=(const SfxInPlaceClient &) = delete; + SfxViewShell* GetViewShell() const { return m_pViewSh; } - vcl::Window* GetEditWin() const { return m_pEditWin; } + vcl::Window* GetEditWin() const { return m_pEditWin; } const css::uno::Reference < css::embed::XEmbeddedObject >& GetObject() const; void SetObject( const css::uno::Reference < css::embed::XEmbeddedObject >& rObject ); void SetObjectState( sal_Int32 ); -- cgit v1.2.3