[Libreoffice-commits] .: Branch 'libreoffice-3-6' - cui/source

Fridrich Strba fridrich at kemper.freedesktop.org
Mon Jul 16 22:48:45 PDT 2012


 cui/source/customize/macropg.src |    2 +-
 cui/source/tabpages/macroass.src |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d5c459afc3532eef70a66835cdcfcd296691adef
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date:   Sat Jul 14 19:35:32 2012 +0400

    fix remaining tab pages
    
    see f70fe6e651eefbc69c434256f7e74ad53519a36c
    
    Change-Id: Ic4cf70997af986dea387b0bdde86ae59ff4be401
    Signed-off-by: Fridrich Å trba <fridrich.strba at bluewin.ch>

diff --git a/cui/source/customize/macropg.src b/cui/source/customize/macropg.src
index 6de1877..19af3ed 100644
--- a/cui/source/customize/macropg.src
+++ b/cui/source/customize/macropg.src
@@ -40,7 +40,7 @@ TabPage RID_SVXPAGE_MACROASSIGN
     Hide = TRUE ;
     OutputSize = TRUE ;
     SVLook = TRUE ;
-    Size = MAP_APPFONT ( WIDTH_TP , HEIGHT_TP ) ;
+    Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
     Text [ en-US ] = "Assign action" ;
     String STR_EVENT
     {
diff --git a/cui/source/tabpages/macroass.src b/cui/source/tabpages/macroass.src
index b5269c8..fcfe0aa 100644
--- a/cui/source/tabpages/macroass.src
+++ b/cui/source/tabpages/macroass.src
@@ -36,7 +36,7 @@ TabPage RID_SVXPAGE_EVENTASSIGN
     Hide = TRUE ;
     SVLook = TRUE ;
     DialogControl = TRUE ;
-    Size = MAP_APPFONT ( WIDTH_TP , HEIGHT_TP ) ;
+    Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
     Text [ en-US ] = "Assign Macro" ;
     String STR_EVENT
     {


More information about the Libreoffice-commits mailing list