summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/iconcdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/dialogs/iconcdlg.cxx')
-rw-r--r--cui/source/dialogs/iconcdlg.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx
index 99a67551ca8a..6e39a876bcab 100644
--- a/cui/source/dialogs/iconcdlg.cxx
+++ b/cui/source/dialogs/iconcdlg.cxx
@@ -75,7 +75,6 @@ void IconChoicePage::ActivatePage( const SfxItemSet& )
}
-
int IconChoicePage::DeactivatePage( SfxItemSet* )
{
return LEAVE_PAGE;
@@ -116,7 +115,6 @@ void IconChoicePage::ImplInitSettings()
}
-
void IconChoicePage::StateChanged( StateChangedType nType )
{
Window::StateChanged( nType );
@@ -129,7 +127,6 @@ void IconChoicePage::StateChanged( StateChangedType nType )
}
-
void IconChoicePage::DataChanged( const DataChangedEvent& rDCEvt )
{
Window::DataChanged( rDCEvt );
@@ -143,11 +140,9 @@ void IconChoicePage::DataChanged( const DataChangedEvent& rDCEvt )
}
-
// Class IconChoiceDialog
-
/**********************************************************************
|
| Ctor / Dtor
@@ -322,7 +317,6 @@ void IconChoiceDialog::ShowPageImpl ( IconChoicePageData* pData )
}
-
void IconChoiceDialog::HidePageImpl ( IconChoicePageData* pData )
{
if ( pData->pPage )
@@ -427,7 +421,6 @@ IMPL_LINK_NOARG_TYPED(IconChoiceDialog, ResetHdl, Button*, void)
}
-
IMPL_LINK_NOARG_TYPED(IconChoiceDialog, CancelHdl, Button*, void)
{
Close();
@@ -493,7 +486,6 @@ void IconChoiceDialog::ActivatePageImpl ()
}
-
void IconChoiceDialog::DeActivatePageImpl ()
{
IconChoicePageData *pData = GetPageData ( mnCurrentPageId );
@@ -554,7 +546,6 @@ void IconChoiceDialog::DeActivatePageImpl ()
}
-
void IconChoiceDialog::ResetPageImpl ()
{
IconChoicePageData *pData = GetPageData ( mnCurrentPageId );
@@ -625,7 +616,6 @@ const sal_uInt16* IconChoiceDialog::GetInputRanges( const SfxItemPool& rPool )
}
-
void IconChoiceDialog::SetInputSet( const SfxItemSet* pInSet )
{
bool bSet = ( pSet != nullptr );
@@ -640,14 +630,12 @@ void IconChoiceDialog::SetInputSet( const SfxItemSet* pInSet )
}
-
void IconChoiceDialog::PageCreated( sal_uInt16 /*nId*/, IconChoicePage& /*rPage*/ )
{
// not interested in
}
-
SfxItemSet* IconChoiceDialog::CreateInputItemSet( sal_uInt16 )
{
SAL_INFO( "cui.dialogs", "CreateInputItemSet not implemented" );
@@ -672,7 +660,6 @@ short IconChoiceDialog::Execute()
}
-
void IconChoiceDialog::Start( bool bShow )
{
@@ -687,7 +674,6 @@ void IconChoiceDialog::Start( bool bShow )
}
-
bool IconChoiceDialog::QueryClose()
{
bool bRet = true;
@@ -772,7 +758,6 @@ bool IconChoiceDialog::OK_Impl()
}
-
short IconChoiceDialog::Ok()
{
bInOK = true;