This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 1dbd2da  Fixed error from last commit
1dbd2da is described below

commit 1dbd2daeb9efcbba525539fb0f07c7d4edd92675
Author: mseidel <[email protected]>
AuthorDate: Sat Jan 18 11:58:26 2020 +0100

    Fixed error from last commit
---
 main/sd/source/ui/animations/CustomAnimationDialog.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/sd/source/ui/animations/CustomAnimationDialog.src 
b/main/sd/source/ui/animations/CustomAnimationDialog.src
index c8cef9d..8692746 100644
--- a/main/sd/source/ui/animations/CustomAnimationDialog.src
+++ b/main/sd/source/ui/animations/CustomAnimationDialog.src
@@ -414,7 +414,7 @@ TabPage RID_TP_CUSTOMANIMATION_EFFECT
        {
                OutputSize = TRUE;
                Pos = MAP_APPFONT ( X2 + 45, 66 ) ;
-               Size = MAP_APPFON ( W0 - X2 - 45, 8 ) ;
+               Size = MAP_APPFONT ( W0 - X2 - 45, 8 ) ;
                Text [ en-US ] = "delay between characters" ;
        };
 

Reply via email to