diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-14 15:47:51 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-15 08:22:08 +0200 |
commit | f8de2166d46c4bdb80a1ddfb0e75b96a2ce6a60d (patch) | |
tree | 4b587b01a615addbe054c4421b0216d2a9baf484 /dbaccess/source | |
parent | 31058ad8f22480730651e7379fb0d7b9654739a0 (diff) |
Remove dead code
Change-Id: I65fe534a712ddcdd01b1f393a8244f603e891dc8
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/ui/dlg/dlgattr.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
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; } |