summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/itemsetwrapper/MultipleItemConverter.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 17:01:30 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 17:01:30 +0000
commit65212972d39ffc10e7671871bf006b2dfbc071c9 (patch)
tree0ef8a625336c96289dbe83f3016cadac7c7ec139 /chart2/source/controller/itemsetwrapper/MultipleItemConverter.cxx
parentINTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED (diff)
downloadcore-65212972d39ffc10e7671871bf006b2dfbc071c9.tar.gz
core-65212972d39ffc10e7671871bf006b2dfbc071c9.zip
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED
2006/10/18 17:06:44 bm 1.3.4.3: RESYNC: (1.4-1.5); FILE MERGED 2005/10/07 11:32:19 bm 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/07 09:14:21 bm 1.3.4.1: enabling member-ids for all items
Diffstat (limited to 'chart2/source/controller/itemsetwrapper/MultipleItemConverter.cxx')
-rw-r--r--chart2/source/controller/itemsetwrapper/MultipleItemConverter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/itemsetwrapper/MultipleItemConverter.cxx b/chart2/source/controller/itemsetwrapper/MultipleItemConverter.cxx
index f14177585d3b..f0cfc52a5a4d 100644
--- a/chart2/source/controller/itemsetwrapper/MultipleItemConverter.cxx
+++ b/chart2/source/controller/itemsetwrapper/MultipleItemConverter.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: MultipleItemConverter.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 13:03:03 $
+ * last change: $Author: vg $ $Date: 2007-05-22 18:01:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,7 +84,7 @@ bool MultipleItemConverter::ApplyItemSet( const SfxItemSet & rItemSet )
return bResult;
}
-bool MultipleItemConverter::GetItemPropertyName( USHORT nWhichId, ::rtl::OUString & rOutName ) const
+bool MultipleItemConverter::GetItemProperty( tWhichIdType nWhichId, tPropertyNameWithMemberId & rOutProperty ) const
{
return false;
}