summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/cellbindinghelper.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-04-13 10:22:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-04-13 10:22:37 +0000
commit4b88340ef6f26dd1a08625593e1bc2da3f926230 (patch)
tree53cb1e620eac3208edb0b62a02bfdecf1ed746e8 /extensions/source/propctrlr/cellbindinghelper.hxx
parentc450b136f83f84140c683b2fba680ef8a2619e54 (diff)
INTEGRATION: CWS frmcontrols02 (1.2.36); FILE MERGED
2004/02/02 07:46:07 fs 1.2.36.1: #i24415#
Diffstat (limited to 'extensions/source/propctrlr/cellbindinghelper.hxx')
-rw-r--r--extensions/source/propctrlr/cellbindinghelper.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/extensions/source/propctrlr/cellbindinghelper.hxx b/extensions/source/propctrlr/cellbindinghelper.hxx
index 3b645531c935..b9a0ba978b64 100644
--- a/extensions/source/propctrlr/cellbindinghelper.hxx
+++ b/extensions/source/propctrlr/cellbindinghelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cellbindinghelper.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-04-02 11:00:59 $
+ * last change: $Author: hr $ $Date: 2004-04-13 11:22:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,8 +101,6 @@ namespace pcr
m_xControlModel; // the model we work for
::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheetDocument >
m_xDocument; // the document where the model lives
- ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >
- m_xORB; // service factory, needed sometimes
public:
/** ctor
@@ -110,7 +108,6 @@ namespace pcr
the control model which is or will be bound
*/
CellBindingHelper(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB,
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel
);