summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 16:34:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 16:34:31 +0000
commitc3b4f2d5d99a88fea51d5769a805c4246d776fce (patch)
tree7e65f1d314995313784a3db87d53753ddee38c55 /chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx
parent97f0d6427b6a03cb3950451ddc4394c2a4fe8e9c (diff)
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED
2007/05/14 20:02:37 bm 1.2.4.5: RESYNC: (1.4-1.6); FILE MERGED 2006/10/18 17:03:31 bm 1.2.4.4: RESYNC: (1.3-1.4); FILE MERGED 2006/02/20 14:45:44 iha 1.2.4.3: move SchItemPool from controller to view lib -> ChartItemPool 2005/10/07 11:14:05 bm 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/17 17:33:49 iha 1.2.4.1: provide object naming; resource cleanup
Diffstat (limited to 'chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx')
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx b/chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx
index 8c4bb6c1a5f9..290b13adf8ae 100644
--- a/chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx
+++ b/chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dlg_InsertDataLabel.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 16:31:20 $
+ * last change: $Author: vg $ $Date: 2007-05-22 17:34:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,9 +37,10 @@
#include "precompiled_chart2.hxx"
#include "dlg_InsertDataLabel.hxx"
#include "dlg_InsertDataLabel.hrc"
-
#include "ResId.hxx"
-#include "SchSfxItemIds.hxx"
+#include "chartview/ChartSfxItemIds.hxx"
+#include "NoWarningThisInCTOR.hxx"
+#include "ObjectNameProvider.hxx"
// header for class SfxBoolItem
#ifndef _SFXENUMITEM_HXX
@@ -76,6 +77,9 @@ SchDataDescrDlg::SchDataDescrDlg(Window* pWindow, const SfxItemSet& rInAttrs) :
{
FreeResource();
+ SetText( ObjectNameProvider::getName(OBJECTTYPE_DATA_LABELS) );
+ aFlDescr.SetText( ObjectNameProvider::getName(OBJECTTYPE_DATA_LABELS) );
+
aCbValue.SetClickHdl( LINK( this, SchDataDescrDlg, EnableHdl ));
aCbText.SetClickHdl( LINK( this, SchDataDescrDlg, EnableHdl ));