summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 09:08:46 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 09:08:46 +0000
commit33ab5d87f12376d5e4799d18a065008c813357ba (patch)
tree3533516a009d3ea14c55c2635005b923afe999cc
parent21730ddf051879a936db03396cfb1bc499f3249f (diff)
INTEGRATION: CWS dba23a (1.29.40); FILE MERGED
2007/03/12 11:38:43 fs 1.29.40.1: #i71488# +getFormController
-rw-r--r--svx/source/inc/fmvwimp.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/inc/fmvwimp.hxx b/svx/source/inc/fmvwimp.hxx
index 1b5176a13000..08368c595d45 100644
--- a/svx/source/inc/fmvwimp.hxx
+++ b/svx/source/inc/fmvwimp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmvwimp.hxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: vg $ $Date: 2007-01-15 14:27:46 $
+ * last change: $Author: kz $ $Date: 2007-05-10 10:08:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -234,6 +234,8 @@ public:
FmWinRecList::const_iterator findWindow( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlContainer >& _rxCC ) const;
const FmWinRecList& getWindowList() const {return m_aWinList;}
+ ::com::sun::star::uno::Reference< ::com::sun::star::form::XFormController >
+ getFormController( const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm >& _rxForm, const OutputDevice& _rDevice ) const;
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > getORB() { return m_xORB; }