[Libreoffice-commits] .: cui/source
Ivan Timofeev
ivantimofeev at kemper.freedesktop.org
Sat Jul 14 08:42:53 PDT 2012
cui/source/customize/macropg.src | 2 +-
cui/source/tabpages/macroass.src | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 19406a2d3325070ad5c309676b74fc6d6d92c76c
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
diff --git a/cui/source/customize/macropg.src b/cui/source/customize/macropg.src
index 726f8e4..ae3601c 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 68665f5..dc314c7 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