summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/dlg_InsertDataLabel.hxx
diff options
context:
space:
mode:
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);
};