summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 09:06:51 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 09:06:51 +0000
commit9685035bc18100d717ca3d3f2ec04819906c29c2 (patch)
tree186b26ad039b21d5659403a8f21cf7a61f68ed86
parent0b73149d2c825bff8bcdf58f3b64a13747b59d56 (diff)
INTEGRATION: CWS dba23a (1.47.40); FILE MERGED
2007/03/12 11:41:21 fs 1.47.40.1: #i71488# GetFormController
-rw-r--r--svx/source/form/fmview.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/svx/source/form/fmview.cxx b/svx/source/form/fmview.cxx
index 1e47b2a1a87a..90aef289c38f 100644
--- a/svx/source/form/fmview.cxx
+++ b/svx/source/form/fmview.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmview.cxx,v $
*
- * $Revision: 1.47 $
+ * $Revision: 1.48 $
*
- * last change: $Author: vg $ $Date: 2007-01-15 14:26:55 $
+ * last change: $Author: kz $ $Date: 2007-05-10 10:06:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -792,4 +792,10 @@ FmFormObj* FmFormView::getMarkedGrid() const
}
return pObj;
}
+
// -----------------------------------------------------------------------------
+Reference< XFormController > FmFormView::GetFormController( const Reference< XForm >& _rxForm, const OutputDevice& _rDevice ) const
+{
+ return pImpl->getFormController( _rxForm, _rDevice );
+}
+