summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_DataLabel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/tp_DataLabel.cxx')
-rw-r--r--chart2/source/controller/dialogs/tp_DataLabel.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/dialogs/tp_DataLabel.cxx b/chart2/source/controller/dialogs/tp_DataLabel.cxx
index 3a0d6e71f4ad..c8bb89d65446 100644
--- a/chart2/source/controller/dialogs/tp_DataLabel.cxx
+++ b/chart2/source/controller/dialogs/tp_DataLabel.cxx
@@ -25,12 +25,12 @@
namespace chart
{
-DataLabelsTabPage::DataLabelsTabPage(Window* pWindow, const SfxItemSet& rInAttrs) :
- SfxTabPage(pWindow
+DataLabelsTabPage::DataLabelsTabPage(Window* pWindow, const SfxItemSet& rInAttrs)
+ : SfxTabPage(pWindow
, "tp_DataLabel"
, "modules/schart/ui/tp_DataLabel.ui"
, rInAttrs)
- , m_aDataLabelResources(this, rInAttrs)
+ , m_aDataLabelResources(this, this, rInAttrs)
{
}