summaryrefslogtreecommitdiff
path: root/sfx2/source/view
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-12-12 15:06:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-12-13 14:58:39 +0000
commitd29529cf9badda40eeb151a355fa0e6bd50912db (patch)
treef6a31d3affedb1aa47102a1f4120e52b6477c651 /sfx2/source/view
parent4ce2602befd59e69264d8e4ced8730b40c2b947c (diff)
add get_content_area and get_action_area to Dialog
Change-Id: I147cea986b8152e54586a0296e446652bd695a18
Diffstat (limited to 'sfx2/source/view')
-rw-r--r--sfx2/source/view/printer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/printer.cxx b/sfx2/source/view/printer.cxx
index efdcd6aa3b77..7439760e1178 100644
--- a/sfx2/source/view/printer.cxx
+++ b/sfx2/source/view/printer.cxx
@@ -208,7 +208,7 @@ SfxPrintOptionsDialog::SfxPrintOptionsDialog(Window *pParent,
, pViewSh(pViewShell)
, pOptions(pSet->Clone())
{
- VclContainer *pVBox = m_pUIBuilder->get<VclVBox>("dialog-vbox1");
+ VclContainer *pVBox = get_content_area();
// Insert TabPage
pPage = pViewSh->CreatePrintOptionsPage(pVBox, *pOptions);