From f8de2166d46c4bdb80a1ddfb0e75b96a2ce6a60d Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 14 Jun 2012 15:47:51 +0200 Subject: Remove dead code Change-Id: I65fe534a712ddcdd01b1f393a8244f603e891dc8 --- dbaccess/source/ui/dlg/dlgattr.cxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'dbaccess/source') 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; } -- cgit