diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-22 16:02:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-23 08:13:54 +0200 |
commit | 004803c0d8ac227e80afe4fba9ab8d0ea085f05d (patch) | |
tree | 89b40fd647e7e2a059e5026a32180e0b0c0cc7be /embeddedobj | |
parent | fb93ed9f6f84ed393e4619eb653a70e1799dc261 (diff) |
loplugin:unusedfields in desktop
Change-Id: Ic816a7faf4d357d16c13f67533b3b409a531d14c
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/source/inc/docholder.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embeddedobj/source/inc/docholder.hxx b/embeddedobj/source/inc/docholder.hxx index ad3233493a8d..e47e95872c1a 100644 --- a/embeddedobj/source/inc/docholder.hxx +++ b/embeddedobj/source/inc/docholder.hxx @@ -79,8 +79,6 @@ private: sal_Int32 m_nNoBorderResizeReact; sal_Int32 m_nNoResizeReact; - css::uno::Reference< css::ui::XDockingAreaAcceptor > m_xCachedDocAreaAcc; - css::uno::Sequence< css::uno::Any > m_aOutplaceFrameProps; |