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.cxx22
1 files changed, 1 insertions, 21 deletions
diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx
index 982ed6c1ca2a..9832ce92d329 100644
--- a/cui/source/dialogs/iconcdlg.cxx
+++ b/cui/source/dialogs/iconcdlg.cxx
@@ -74,25 +74,6 @@ int IconChoicePage::DeactivatePage( SfxItemSet* )
return LEAVE_PAGE;
}
-/**********************************************************************
-|
-| ...
-|
-\**********************************************************************/
-
-void IconChoicePage::FillUserData()
-{
-}
-
-
-
-bool IconChoicePage::IsReadOnly() const
-{
- return false;
-}
-
-
-
bool IconChoicePage::QueryClose()
{
return true;
@@ -240,7 +221,6 @@ IconChoiceDialog ::~IconChoiceDialog ()
if ( pData->pPage )
{
- pData->pPage->FillUserData();
OUString aPageData(pData->pPage->GetUserData());
if ( !aPageData.isEmpty() )
{
@@ -489,7 +469,7 @@ void IconChoiceDialog::ActivatePageImpl ()
if ( pExampleSet )
pData->pPage->ActivatePage( *pExampleSet );
SetHelpId( pData->pPage->GetHelpId() );
- bReadOnly = pData->pPage->IsReadOnly();
+ bReadOnly = false;
}