summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorerack <er@openoffice.org>2011-09-10 22:43:10 +0000
committerThorsten Behrens <tbehrens@suse.com>2011-11-23 23:34:54 +0100
commit2663cd34e34d4cf7796b328b7679426fb960cc07 (patch)
treec5178785a6520dc0cf28003cf838893c9353983b /sd
parent0a1f03544a72596b5022985f2367bdcd0699adeb (diff)
impress212: #i105675# better keyboard handling in animation create dialog
* found as LGPLv3-only fix at svn rev 1167618 (http://svn.apache.org/viewvc?view=revision&revision=1167618)
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/animations/CustomAnimationCreateDialog.src2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/animations/CustomAnimationCreateDialog.src b/sd/source/ui/animations/CustomAnimationCreateDialog.src
index 62abf708d883..b30c1faa610f 100644
--- a/sd/source/ui/animations/CustomAnimationCreateDialog.src
+++ b/sd/source/ui/animations/CustomAnimationCreateDialog.src
@@ -81,12 +81,14 @@ TabDialog DLG_CUSTOMANIMATION_CREATE
Pos = MAP_APPFONT ( 3 , 223 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
+ DefButton = TRUE;
};
CancelButton 1
{
Pos = MAP_APPFONT ( 56 , 223 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
+ DefButton = TRUE;
};
HelpButton 1
{