summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 09:14:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 09:14:28 +0000
commit4ad9d3308c9d0dc705f88ec8c278c7212a079827 (patch)
tree218b2d628308ccb756540324d9cc3392c8cde9de
parentINTEGRATION: CWS dba31a (1.7.30); FILE MERGED (diff)
downloadcore-4ad9d3308c9d0dc705f88ec8c278c7212a079827.tar.gz
core-4ad9d3308c9d0dc705f88ec8c278c7212a079827.zip
INTEGRATION: CWS dba31a (1.8.12); FILE MERGED
2008/07/10 06:59:50 oj 1.8.12.1: #i88727# new area prop for shapes and some model changes
-rw-r--r--reportdesign/source/ui/inspection/metadata.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/reportdesign/source/ui/inspection/metadata.cxx b/reportdesign/source/ui/inspection/metadata.cxx
index 19cdde279907..8653812ed212 100644
--- a/reportdesign/source/ui/inspection/metadata.cxx
+++ b/reportdesign/source/ui/inspection/metadata.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: metadata.cxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -175,6 +175,7 @@ namespace rptui
,DEF_INFO_1( PREVIEW_COUNT, PREVIEW_COUNT, PREVIEW_COUNT, COMPOSEABLE )
,DEF_INFO_2( MASTERFIELDS, MASTERFIELDS, MASTERFIELDS, COMPOSEABLE,DATA_PROPERTY )
,DEF_INFO_2( DETAILFIELDS, DETAILFIELDS, DETAILFIELDS, COMPOSEABLE,DATA_PROPERTY)
+ ,DEF_INFO_1( AREA, AREA, AREA, COMPOSEABLE )
};
s_pPropertyInfos = aPropertyInfos;