summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@edx.srv.br>2014-01-01 22:59:27 -0200
committerCaolán McNamara <caolanm@redhat.com>2014-01-17 16:09:50 +0000
commit9c4032921cfb11c8786e2a371286a7d8384c74d8 (patch)
treee5dd4d84467335e72f66aeab13dca9026ea191ff /chart2/source/controller/inc
parent92bede3900e84d4f08efb81757ec95c518c7fa76 (diff)
Convert chart data source tab page & dialog to .ui
Conflicts: chart2/source/controller/dialogs/dlg_DataSource.cxx chart2/source/controller/inc/dlg_DataSource.hxx Change-Id: Ic3e3adc578156161f16254862e1ca33a8ad9e1f6 Reviewed-on: https://gerrit.libreoffice.org/7255 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/RangeEdit.hxx46
-rw-r--r--chart2/source/controller/inc/dlg_DataSource.hxx1
3 files changed, 1 insertions, 48 deletions
diff --git a/chart2/source/controller/inc/HelpIds.hrc b/chart2/source/controller/inc/HelpIds.hrc
index e9d425777193..089a601b00ee 100644
--- a/chart2/source/controller/inc/HelpIds.hrc
+++ b/chart2/source/controller/inc/HelpIds.hrc
@@ -26,8 +26,6 @@
#define HID_SCH_CTL_TYPE "CHART2_HID_SCH_CTL_TYPE"
#define HID_SCH_CTL_VARIANT "CHART2_HID_SCH_CTL_VARIANT"
#define HID_SCH_NUM_OF_LINES "CHART2_HID_SCH_NUM_OF_LINES"
-#define HID_SCH_SERIES_LIST "CHART2_HID_SCH_SERIES_LIST"
-#define HID_SCH_DATA_RANGES_LIST "CHART2_HID_SCH_DATA_RANGES_LIST"
//
#define HID_SCH_TBI_DATA_INSERT_ROW "CHART2_HID_SCH_TBI_DATA_INSERT_ROW"
diff --git a/chart2/source/controller/inc/RangeEdit.hxx b/chart2/source/controller/inc/RangeEdit.hxx
deleted file mode 100644
index e6fb992f83b3..000000000000
--- a/chart2/source/controller/inc/RangeEdit.hxx
+++ /dev/null
@@ -1,46 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RANGEEDIT_HXX
-#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RANGEEDIT_HXX
-
-#include <vcl/edit.hxx>
-#include <vcl/accel.hxx>
-#include <tools/link.hxx>
-
-namespace chart
-{
-
-class RangeEdit : public Edit
-{
-public:
- explicit RangeEdit( Window* pParent, const ResId& rResId);
- virtual ~RangeEdit();
-
- // KeyInput method
- void SetKeyInputHdl( const Link& rKeyInputLink );
- virtual void KeyInput( const KeyEvent& rKEvt );
-
-private:
- Link m_aKeyInputLink;
-};
-
-} //namespace chart
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/chart2/source/controller/inc/dlg_DataSource.hxx b/chart2/source/controller/inc/dlg_DataSource.hxx
index e5ae6b0c68eb..e3c1af883e56 100644
--- a/chart2/source/controller/inc/dlg_DataSource.hxx
+++ b/chart2/source/controller/inc/dlg_DataSource.hxx
@@ -26,6 +26,7 @@
// header for class OKButton
#include <vcl/button.hxx>
+
#include "TabPageNotifiable.hxx"
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/chart2/XChartDocument.hpp>