From a7ba47243cb70b78c8d8674558ed6db35b79da99 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 16 Aug 2012 11:39:58 +0200 Subject: -Werror,-Wunused-private-field (Clang towards 3.2) Change-Id: I63d27cd70a7c6d4ad73f83db5e19985c0e3b8d7c --- svx/source/inc/fmobj.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'svx/source/inc/fmobj.hxx') diff --git a/svx/source/inc/fmobj.hxx b/svx/source/inc/fmobj.hxx index 2b8c6ffb1b63..3baf4180f104 100644 --- a/svx/source/inc/fmobj.hxx +++ b/svx/source/inc/fmobj.hxx @@ -32,8 +32,6 @@ #include #include -class FmFormView; - //================================================================== // FmFormObj //================================================================== @@ -44,9 +42,6 @@ class FmFormObj: public SdrUnoObj // valid if and only if m_pEnvironmentHistory != NULL, this are the events which we're set when // m_pEnvironmentHistory was created - FmFormView* m_pControlCreationView; - sal_uLong m_nControlCreationEvent; - // Informationen fuer die Controlumgebung // werden nur vorgehalten, wenn ein Object sich nicht in einer Objectliste befindet ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer> m_xParent; -- cgit