summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@edx.srv.br>2013-12-18 00:45:32 -0200
committerCaolán McNamara <caolanm@redhat.com>2013-12-19 13:30:41 +0000
commit9dccff429db197a92ed2af957fb6d3d75b3f2154 (patch)
tree7b2cd494d9ec1023c3568e221f60f74f51ac5580 /chart2/source/controller/inc
parent6c5c79e2032ecc980e6774656a67ca67ce45b108 (diff)
Convert chart data labels tabpage to .ui
Change-Id: I6ffd992fe8a2cb290c8f8992922f0e54276e6ae1 Reviewed-on: https://gerrit.libreoffice.org/7124 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2/source/controller/inc')
-rw-r--r--chart2/source/controller/inc/HelpIds.hrc2
-rw-r--r--chart2/source/controller/inc/dlg_InsertDataLabel.hxx4
2 files changed, 2 insertions, 4 deletions
diff --git a/chart2/source/controller/inc/HelpIds.hrc b/chart2/source/controller/inc/HelpIds.hrc
index 2c853445a7e7..10e27537336f 100644
--- a/chart2/source/controller/inc/HelpIds.hrc
+++ b/chart2/source/controller/inc/HelpIds.hrc
@@ -19,8 +19,6 @@
#ifndef CHART_HELPIDS_HRC
#define CHART_HELPIDS_HRC
-#define HID_SCH_DATA_DESCR "CHART2_HID_SCH_DATA_DESCR"
-
#define HID_SCH_WIN_DOCUMENT "CHART2_HID_SCH_WIN_DOCUMENT"
#define HID_SCH_CTL_DATA "CHART2_HID_SCH_CTL_DATA"
diff --git a/chart2/source/controller/inc/dlg_InsertDataLabel.hxx b/chart2/source/controller/inc/dlg_InsertDataLabel.hxx
index 4766285ec9d8..41518d1ac267 100644
--- a/chart2/source/controller/inc/dlg_InsertDataLabel.hxx
+++ b/chart2/source/controller/inc/dlg_InsertDataLabel.hxx
@@ -33,14 +33,14 @@ class SvNumberFormatter;
namespace chart
{
-class DataLabelResources;
+class oldDataLabelResources;
class DataLabelsDialog : public ModalDialog
{
private:
OKButton m_aBtnOK;
CancelButton m_aBtnCancel;
HelpButton m_aBtnHelp;
- ::std::auto_ptr< DataLabelResources > m_apDataLabelResources;
+ ::std::auto_ptr< oldDataLabelResources > m_apDataLabelResources;
const SfxItemSet& m_rInAttrs;