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 /cui/source | |
parent | 31058ad8f22480730651e7379fb0d7b9654739a0 (diff) |
Remove dead code
Change-Id: I65fe534a712ddcdd01b1f393a8244f603e891dc8
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/tabpages/tabarea.cxx | 1 |
1 files changed, 0 insertions, 1 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 ) ); } // ----------------------------------------------------------------------- |