summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/dlg_InsertDataLabel.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2016-08-26 13:11:34 +0200
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2016-08-26 13:14:41 +0000
commitc922161117dcaf33d6c61b0c5ffe860231e32e3c (patch)
treeab41168e1842c15661f52df53372798706e39c63 /chart2/source/controller/inc/dlg_InsertDataLabel.hxx
parentd54773ada2301d3a5c1ffc702715cd2d4006ad53 (diff)
tdf#95416 remove ../ style include
move (default) dtors to source files, where members are complete Change-Id: I9f3273d322b62cb01e546ff30d9fb4d37747bb3b Reviewed-on: https://gerrit.libreoffice.org/28400 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'chart2/source/controller/inc/dlg_InsertDataLabel.hxx')
-rw-r--r--chart2/source/controller/inc/dlg_InsertDataLabel.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/source/controller/inc/dlg_InsertDataLabel.hxx b/chart2/source/controller/inc/dlg_InsertDataLabel.hxx
index 4d0d4b173d37..2f62ad625655 100644
--- a/chart2/source/controller/inc/dlg_InsertDataLabel.hxx
+++ b/chart2/source/controller/inc/dlg_InsertDataLabel.hxx
@@ -23,12 +23,12 @@
#include <vcl/button.hxx>
#include <svl/itemset.hxx>
#include <memory>
-#include "../dialogs/res_DataLabel.hxx"
class SvNumberFormatter;
namespace chart
{
+class DataLabelResources;
class DataLabelsDialog : public ModalDialog
{
@@ -44,6 +44,7 @@ private:
public:
DataLabelsDialog(vcl::Window* pParent, const SfxItemSet& rInAttrs, SvNumberFormatter* pFormatter);
+ virtual ~DataLabelsDialog() override;
void FillItemSet(SfxItemSet& rOutAttrs);
};