summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-10-21 08:07:03 +0000
committerOliver Bolte <obo@openoffice.org>2003-10-21 08:07:03 +0000
commitf6187d80415eba2453569042e63ff5ccb08dd3bb (patch)
tree88ead7ab71c7fe75ceb226d0b1f4071b88463aab /extensions
parent20a5241249c53b3489175a13b14ddd86266dde42 (diff)
INTEGRATION: CWS formcelllinkage (1.5.94); FILE MERGED
2003/10/01 09:17:57 fs 1.5.94.1: #i18994# merging the changes from the CWS fs002
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/propertyeditor.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/propertyeditor.hxx b/extensions/source/propctrlr/propertyeditor.hxx
index 2e2f54ff965e..acf089b1fe8f 100644
--- a/extensions/source/propctrlr/propertyeditor.hxx
+++ b/extensions/source/propctrlr/propertyeditor.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: propertyeditor.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2003-03-25 16:03:57 $
+ * last change: $Author: obo $ $Date: 2003-10-21 09:07:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,6 +118,7 @@ namespace pcr
virtual sal_uInt16 GetPropertyPos(const ::rtl::OUString& rEntryName ) const;
virtual void SetPropertyData(const ::rtl::OUString& rEntryName, void* pData);
virtual IBrowserControl* GetPropertyControl( const ::rtl::OUString& rEntryName );
+ void EnablePropertyLine( const ::rtl::OUString& _rEntryName, bool _bEnable );
virtual sal_uInt16 InsertEntry(const OLineDescriptor&, sal_uInt16 nPos = EDITOR_LIST_APPEND);
virtual void ChangeEntry(const OLineDescriptor&, sal_uInt16 nPos);