summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/dialogs/iconcdlg.cxx34
1 files changed, 0 insertions, 34 deletions
diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx
index 122a339c34ce..b85829c22f08 100644
--- a/cui/source/dialogs/iconcdlg.cxx
+++ b/cui/source/dialogs/iconcdlg.cxx
@@ -717,46 +717,12 @@ bool IconChoiceDialog::QueryClose()
return bRet;
}
-
-
void IconChoiceDialog::Start_Impl()
{
- sal_uInt16 nActPage;
-
- if ( mnCurrentPageId == 0 || mnCurrentPageId == USHRT_MAX )
- nActPage = maPageList.front()->nId;
- else
- nActPage = mnCurrentPageId;
-
- // configuration existing?
- //SvtViewOptions aTabDlgOpt( E_TABDIALOG, rId );
-
- /*if ( aTabDlgOpt.Exists() )
- {
- // possibly position from config
- SetWindowState(OUStringToOString(aTabDlgOpt.GetWindowState().getStr(), RTL_TEXTENCODING_ASCII_US));
-
- // initial TabPage from program/help/config
- nActPage = (sal_uInt16)aTabDlgOpt.GetPageID();
-
- if ( USHRT_MAX != mnCurrentPageId )
- nActPage = mnCurrentPageId;
-
- if ( GetPageData ( nActPage ) == NULL )
- nActPage = maPageList.front()->nId;
- }*/
- //else if ( USHRT_MAX != mnCurrentPageId && GetPageData ( mnCurrentPageId ) != NULL )
- nActPage = mnCurrentPageId;
-
- mnCurrentPageId = nActPage;
-
FocusOnIcon( mnCurrentPageId );
-
ActivatePageImpl();
}
-
-
const SfxItemSet* IconChoiceDialog::GetRefreshedSet()
{
SAL_WARN( "cui.dialogs", "GetRefreshedSet not implemented" );