summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmvwimp.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-03-14 15:14:35 +0000
committerFrank Schönheit <fs@openoffice.org>2002-03-14 15:14:35 +0000
commitb9624066ebc10086c8c940d13b2131ed347cbe82 (patch)
treede59c3df0fe7079e7ffdbfb841f4d8b762e4bde4 /svx/source/inc/fmvwimp.hxx
parent7f411e5c2da1223efdd8ef43f1b1bd460fba651f (diff)
removed the obsolete bCheck parameter from setController
Diffstat (limited to 'svx/source/inc/fmvwimp.hxx')
-rw-r--r--svx/source/inc/fmvwimp.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/source/inc/fmvwimp.hxx b/svx/source/inc/fmvwimp.hxx
index 5c08a8c6a1ff..3eaa596c4e66 100644
--- a/svx/source/inc/fmvwimp.hxx
+++ b/svx/source/inc/fmvwimp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmvwimp.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hjs $ $Date: 2001-09-12 18:11:08 $
+ * last change: $Author: fs $ $Date: 2002-03-14 16:13:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -156,8 +156,7 @@ protected:
::com::sun::star::uno::Reference< ::com::sun::star::form::XFormController > getController( const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm >& xForm );
void setController( const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm >& xForm,
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlContainer >& xCC,
- FmXFormController* pParent = NULL,
- sal_Bool bCheck=sal_False );
+ FmXFormController* pParent = NULL);
::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlContainer > getControlContainer() const;
void updateTabOrder( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& xControl,
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlContainer >& xCC );