summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formmetadata.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-27 10:51:55 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-27 10:51:55 +0000
commit3c3feff28a5975f1631b587df9388964ae90014a (patch)
tree8c57b782493cd3ce8ae748e6e085b791137b7443 /extensions/source/propctrlr/formmetadata.cxx
parent6c760121f0800907516e4a961efc4b6cc1f29242 (diff)
INTEGRATION: CWS fwk78 (1.46.52); FILE MERGED
2007/11/08 10:44:39 tkr 1.46.52.1: #83411# Insert NoLabel Property
Diffstat (limited to 'extensions/source/propctrlr/formmetadata.cxx')
-rw-r--r--extensions/source/propctrlr/formmetadata.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/formmetadata.cxx b/extensions/source/propctrlr/formmetadata.cxx
index 6a1fc67a656b..79d42d09fe25 100644
--- a/extensions/source/propctrlr/formmetadata.cxx
+++ b/extensions/source/propctrlr/formmetadata.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: formmetadata.cxx,v $
*
- * $Revision: 1.46 $
+ * $Revision: 1.47 $
*
- * last change: $Author: hr $ $Date: 2007-07-31 14:07:38 $
+ * last change: $Author: ihi $ $Date: 2007-11-27 11:51:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -374,7 +374,8 @@ namespace pcr
DEF_INFO_2( SHOWS_ROOT_HANDLES, SHOWS_ROOT_HANDLES, SHOWS_ROOT_HANDLES, DIALOG_VISIBLE, COMPOSEABLE ),
DEF_INFO_2( EDITABLE, EDITABLE, EDITABLE, DIALOG_VISIBLE, COMPOSEABLE ),
DEF_INFO_2( INVOKES_STOP_NOT_EDITING, INVOKES_STOP_NOT_EDITING, INVOKES_STOP_NOT_EDITING, DIALOG_VISIBLE, COMPOSEABLE ),
- DEF_INFO_2( DECORATION, DECORATION, DECORATION, DIALOG_VISIBLE, COMPOSEABLE )
+ DEF_INFO_2( DECORATION, DECORATION, DECORATION, DIALOG_VISIBLE, COMPOSEABLE ),
+ DEF_INFO_2( NOLABEL, NOLABEL, NOLABEL, DIALOG_VISIBLE, COMPOSEABLE )
};
s_pPropertyInfos = const_cast<OPropertyInfoImpl*>(aPropertyInfos);