diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2011-11-23 23:21:38 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2011-11-23 23:34:59 +0100 |
commit | 5e68ba9322da2fcfec292239ef01726a64964945 (patch) | |
tree | 707835cb6d01e21f55ec6baa4d7fa46c63e6320a /sd | |
parent | 363868f040caab7b410ed480553855ffe42aa162 (diff) |
Removed, better fix just in via i#105675
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationCreateDialog.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx index a398e766fc32..0d3dc7814df6 100644 --- a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx @@ -516,9 +516,7 @@ CustomAnimationCreateDialog::CustomAnimationCreateDialog( Window* pParent, Custo { mpTabControl = new TabControl( this, SdResId( 1 ) ); mpOKButton = new OKButton(this, SdResId( 1 ) ) ; - mpOKButton->SetStyle(WB_DEFBUTTON); mpCancelButton = new CancelButton(this, SdResId( 1 ) ); - mpCancelButton->SetStyle(WB_DEFBUTTON); mpHelpButton = new HelpButton(this, SdResId( 1 ) ); FreeResource(); |