From 307ecf719f6a8a9c4a81b53e33de0bd00ba5eada Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 27 Sep 2012 13:47:25 +0200 Subject: UniString->OUString in chart2 Change-Id: I8fb6593ebabb38d0656a35fd95d663547e6a9e29 --- chart2/source/controller/dialogs/res_DataLabel.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chart2') diff --git a/chart2/source/controller/dialogs/res_DataLabel.cxx b/chart2/source/controller/dialogs/res_DataLabel.cxx index 227b300d8887..9113d90250f1 100644 --- a/chart2/source/controller/dialogs/res_DataLabel.cxx +++ b/chart2/source/controller/dialogs/res_DataLabel.cxx @@ -128,9 +128,9 @@ DataLabelResources::DataLabelResources( Window* pWindow, const SfxItemSet& rInAt m_pPool(rInAttrs.GetPool()) { //fill label placement list - std::map< sal_Int32, XubString > aPlacementToStringMap; + std::map< sal_Int32, OUString > aPlacementToStringMap; for( sal_Int32 nEnum=0; nEnum(nEnum)); + aPlacementToStringMap[nEnum] = m_aLB_LabelPlacement.GetEntry(static_cast(nEnum)); ::com::sun::star::uno::Sequence < sal_Int32 > aAvailabelPlacementList; const SfxPoolItem *pPoolItem = NULL; -- cgit