summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/tabpages/tabarea.cxx1
-rw-r--r--dbaccess/source/ui/dlg/dlgattr.cxx10
2 files changed, 0 insertions, 11 deletions
diff --git a/cui/source/tabpages/tabarea.cxx b/cui/source/tabpages/tabarea.cxx
index 7865b5b91aaf..6af90bfab37e 100644
--- a/cui/source/tabpages/tabarea.cxx
+++ b/cui/source/tabpages/tabarea.cxx
@@ -89,7 +89,6 @@ SvxAreaTabDialog::SvxAreaTabDialog
CancelButton& rBtnCancel = GetCancelButton();
rBtnCancel.SetClickHdl( LINK( this, SvxAreaTabDialog, CancelHdlImpl ) );
-//! rBtnCancel.SetText( CUI_RESSTR( RID_SVXSTR_CLOSE ) );
}
// -----------------------------------------------------------------------
diff --git a/dbaccess/source/ui/dlg/dlgattr.cxx b/dbaccess/source/ui/dlg/dlgattr.cxx
index 011f30577e57..e4d6da3151b3 100644
--- a/dbaccess/source/ui/dlg/dlgattr.cxx
+++ b/dbaccess/source/ui/dlg/dlgattr.cxx
@@ -77,16 +77,6 @@ void SbaSbAttrDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage )
}
break;
- case RID_SVXPAGE_CHAR_STD:
- {
- }
- break;
-
- case RID_SVXPAGE_ALIGNMENT:
- {
- }
- break;
-
default:
break;
}