Kaydet (Commit) c3199d1d authored tarafından Noel Grandin's avatar Noel Grandin

fix windows build

Change-Id: Ie32847e22965950d4b2a0e53ccab625a00a6589c
üst dd891ec4
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment