summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-04 13:52:11 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-04 13:54:57 +0100
commit1f810b3adf030d4e20e71845bd6368b119a53bc7 (patch)
tree13be4f0e3f35d1e49aba3f33490ee699df452e7c /chart2
parent6398cf9f874cf0879151d70e9f63f7b8d53b30e0 (diff)
we need to use GetParentDialog nowadays, fdo#60253
Change-Id: I6317ce1f99af58439f7009cac5a4bc133e404dbf
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/tp_ErrorBars.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_ErrorBars.cxx b/chart2/source/controller/dialogs/tp_ErrorBars.cxx
index 69565503a2c6..b7b00fa63773 100644
--- a/chart2/source/controller/dialogs/tp_ErrorBars.cxx
+++ b/chart2/source/controller/dialogs/tp_ErrorBars.cxx
@@ -35,7 +35,7 @@ ErrorBarsTabPage::ErrorBarsTabPage( Window* pParent, const SfxItemSet& rInAttrs
m_aErrorBarResources(
this,
// the parent is the tab control, of which the parent is the dialog
- dynamic_cast< Dialog * >( pParent->GetParent() ),
+ dynamic_cast< Dialog * >( pParent->GetParentDialog() ),
rInAttrs, /* bNoneAvailable = */ false )
{
FreeResource();