summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-19 11:21:55 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-19 11:21:55 +0000
commitb1f44fc441f87f10ab31cc5133ee904d5a8a5646 (patch)
tree8d7d6bc571143f5ab46db571b623aa1d35bb4f8f /svx/source/inc
parent17d847f25657cfee4468ac6132efc48f0cce3fca (diff)
INTEGRATION: CWS formdesign01 (1.5.340); FILE MERGED
2003/12/04 13:58:27 fs 1.5.340.2: #105266# 2003/11/19 17:19:10 fs 1.5.340.1: #105266# remember last page
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/fmPropBrw.hxx15
1 files changed, 11 insertions, 4 deletions
diff --git a/svx/source/inc/fmPropBrw.hxx b/svx/source/inc/fmPropBrw.hxx
index 690e5af2f13c..de863dcb31d7 100644
--- a/svx/source/inc/fmPropBrw.hxx
+++ b/svx/source/inc/fmPropBrw.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmPropBrw.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 15:03:10 $
+ * last change: $Author: obo $ $Date: 2004-03-19 12:21:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,6 +100,7 @@ class SfxBindings;
class FmPropBrw : public SfxFloatingWindow, public SfxControllerItem
{
sal_Bool m_bInitialStateChange;
+ ::rtl::OUString m_sLastActivePage;
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >
m_xORB;
@@ -120,10 +121,16 @@ protected:
void implSetNewObject(
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject);
void implDetachController();
+ ::rtl::OUString getCurrentPage() const;
public:
- FmPropBrw(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _xORB,
- SfxBindings *pBindings, SfxChildWindow *pMgr, Window* pParent);
+ FmPropBrw(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _xORB,
+ SfxBindings* pBindings,
+ SfxChildWindow* pMgr,
+ Window* pParent,
+ const SfxChildWinInfo* _pInfo
+ );
virtual ~FmPropBrw();
};
#endif //SVX_FMPROPBRW_HXX