Kaydet (Commit) edd65a3d authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS dba23a (1.9.140); FILE MERGED

2007/03/01 12:02:13 fs 1.9.140.1: #i74061# support for read-only object inspector
üst b43e3dc8
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: linedescriptor.hxx,v $ * $RCSfile: linedescriptor.hxx,v $
* *
* $Revision: 1.9 $ * $Revision: 1.10 $
* *
* last change: $Author: rt $ $Date: 2006-07-26 07:58:36 $ * last change: $Author: kz $ $Date: 2007-05-10 10:48:48 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -60,9 +60,11 @@ namespace pcr ...@@ -60,9 +60,11 @@ namespace pcr
::com::sun::star::uno::Any aValue; // the current value of the property ::com::sun::star::uno::Any aValue; // the current value of the property
bool bUnknownValue : 1; // is the property value currently "unknown"? (PropertyState_AMBIGUOUS) bool bUnknownValue : 1; // is the property value currently "unknown"? (PropertyState_AMBIGUOUS)
bool bReadOnly : 1;
OLineDescriptor() OLineDescriptor()
:bUnknownValue( false ) :bUnknownValue( false )
,bReadOnly( false )
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment