basctl/source/dlged/propbrw.cxx | 1 - basctl/source/inc/propbrw.hxx | 2 -- 2 files changed, 3 deletions(-)
New commits: commit 9eea26e7fb54b79e5a722a15f8f5197fcb1dc0e9 Author: Tor Lillqvist <[email protected]> Date: Tue Aug 6 13:37:59 2013 +0300 WaE: private field 'rLayout' is not used Change-Id: Iad6ab86123bd3c5f83452a1037c661003dcd7cdc diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx index 60e58df..384fb73 100644 --- a/basctl/source/dlged/propbrw.cxx +++ b/basctl/source/dlged/propbrw.cxx @@ -87,7 +87,6 @@ PropBrw::PropBrw (DialogWindowLayout& rLayout_): DockingWindow(&rLayout_), m_bInitialStateChange(true), m_xContextDocument(SfxViewShell::Current() ? SfxViewShell::Current()->GetCurrentDocument() : Reference<XModel>()), - rLayout(rLayout_), pView(0) { DBG_CTOR(PropBrw,NULL); diff --git a/basctl/source/inc/propbrw.hxx b/basctl/source/inc/propbrw.hxx index 76020e6..e5df9ba 100644 --- a/basctl/source/inc/propbrw.hxx +++ b/basctl/source/inc/propbrw.hxx @@ -51,8 +51,6 @@ private: ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > m_xContextDocument; - DialogWindowLayout& rLayout; - protected: SdrView* pView; virtual void Resize(); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
