summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 09:57:50 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 09:57:50 +0000
commite433e20fb03822e9bc1de957193312b45ca6136f (patch)
tree0e0d74d7aa9237026d8abb5af7b1a56eddf8c74d
parent55f827e634b8675ba24c479ac2d3dca203042f3d (diff)
INTEGRATION: CWS dba23a (1.3.10); FILE MERGED
2007/03/01 13:00:47 fs 1.3.10.1: #i74061# added dummy implementations for new IsReadOnly attribute
-rw-r--r--qadevOOo/runner/helper/ObjectInspectorModelImpl.java16
1 files changed, 14 insertions, 2 deletions
diff --git a/qadevOOo/runner/helper/ObjectInspectorModelImpl.java b/qadevOOo/runner/helper/ObjectInspectorModelImpl.java
index 6ec9efd3f956..57927d7ef54e 100644
--- a/qadevOOo/runner/helper/ObjectInspectorModelImpl.java
+++ b/qadevOOo/runner/helper/ObjectInspectorModelImpl.java
@@ -4,9 +4,9 @@
*
* $RCSfile: ObjectInspectorModelImpl.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kz $ $Date: 2006-12-13 11:53:35 $
+ * last change: $Author: kz $ $Date: 2007-05-10 10:57:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -121,6 +121,18 @@ public class ObjectInspectorModelImpl implements XObjectInspectorModel{
return 8;
};
+ /** returns whether or not the inspector's UI should be read-only
+ */
+ public boolean getIsReadOnly() {
+ return false;
+ }
+
+ /** sets the inspector's read-only state
+ */
+ public void setIsReadOnly( boolean _IsReadOnly ) {
+ // not supported, and not used so far in our test cases
+ }
+
/**
* retrieves an index in a global property ordering, for a given property name
* @param UIName the property whose global order index should be retrieved