diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-23 14:21:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-23 16:02:10 +0000 |
commit | ebf5e613a5bea74d6e9801224ab5c29a64b9b11c (patch) | |
tree | 41ede1d6cab776af257daa00984d7622bba464f3 /extensions | |
parent | 976ccb9374cf06af3f5699b567da753167bdf029 (diff) |
SfxNoLayoutSingleTabDialog not needed anymore
all single tab dialogs are .ui enabled now.
So now we can remove SfxNoLayoutSingleTabDialog and merge SfxSingleTabDialog
and ~SfxNoLayoutSingleTabDialogBase together
Change-Id: If0acc792d85b7d399572257d7e9b0e12993ba3fe
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/formcomponenthandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/formcomponenthandler.cxx b/extensions/source/propctrlr/formcomponenthandler.cxx index 850ebeff625a..7260092d774b 100644 --- a/extensions/source/propctrlr/formcomponenthandler.cxx +++ b/extensions/source/propctrlr/formcomponenthandler.cxx @@ -2730,7 +2730,7 @@ namespace pcr throw RuntimeException(); // caught below SfxTabPage* pPage = (*fnCreatePage)( xDialog->get_content_area(), aCoreSet ); - xDialog->setTabPage( pPage ); + xDialog->SetTabPage( pPage ); _rClearBeforeDialog.clear(); if ( RET_OK == xDialog->Execute() ) |