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

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


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

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

    Fixed error from last commit
    
    (cherry picked from commit 1dbd2daeb9efcbba525539fb0f07c7d4edd92675)
---
 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