summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-04-13 10:01:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-04-13 10:01:40 +0000
commit880d7bf332aacb1ac94b320ec871404daaf905a4 (patch)
treefcfa39441814fa33f8a0ccd906a21b25c17ac1ff /svx
parente6398d56817d2c7d7424fa4911b6c70ceeb94373 (diff)
INTEGRATION: CWS frmcontrols02 (1.7.550); FILE MERGED
2004/01/22 10:29:16 fs 1.7.550.1: #i24411# page ids not needed anymore
Diffstat (limited to 'svx')
-rw-r--r--svx/source/inc/fmpgeimp.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/inc/fmpgeimp.hxx b/svx/source/inc/fmpgeimp.hxx
index 761a0ce8ab15..8c773bba8cb8 100644
--- a/svx/source/inc/fmpgeimp.hxx
+++ b/svx/source/inc/fmpgeimp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmpgeimp.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: fs $ $Date: 2002-09-09 14:23:01 $
+ * last change: $Author: hr $ $Date: 2004-04-13 11:01:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,7 +122,6 @@ class FmFormPageImpl
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer> xForms; // Liste aller Forms
::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel> xModel;
FmFormPage* pPage;
- UniString m_sPageId;
sal_Bool m_bFirstActivation : 1;
@@ -147,8 +146,6 @@ public:
const ::rtl::OUString& rCursorSource = ::rtl::OUString(),
sal_Int32 nCommandType = 0);
- UniString GetPageId() const { return m_sPageId; }
-
// activation handling
inline sal_Bool hasEverBeenActivated( ) const { return !m_bFirstActivation; }
inline void setHasBeenActivated( ) { m_bFirstActivation = sal_False; }