summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmobj.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-16 11:39:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-16 12:21:10 +0200
commita7ba47243cb70b78c8d8674558ed6db35b79da99 (patch)
tree4b592f6cb5a177de8fc43f75bb4e6018bdfb7f7f /svx/source/inc/fmobj.hxx
parenteb40f4af949309a82ce369f1636f4e79b9f8631e (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I63d27cd70a7c6d4ad73f83db5e19985c0e3b8d7c
Diffstat (limited to 'svx/source/inc/fmobj.hxx')
-rw-r--r--svx/source/inc/fmobj.hxx5
1 files changed, 0 insertions, 5 deletions
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 <com/sun/star/script/ScriptEventDescriptor.hpp>
#include <com/sun/star/container/XIndexContainer.hpp>
-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;