Author: orw
Date: Fri May 17 11:35:46 2013
New Revision: 1483746

URL: http://svn.apache.org/r1483746
Log:
122310: page property panel, page size control - display page size as Width x 
Height

Modified:
    openoffice/trunk/main/sw/source/ui/sidebar/PageSizeControl.cxx

Modified: openoffice/trunk/main/sw/source/ui/sidebar/PageSizeControl.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/ui/sidebar/PageSizeControl.cxx?rev=1483746&r1=1483745&r2=1483746&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/ui/sidebar/PageSizeControl.cxx (original)
+++ openoffice/trunk/main/sw/source/ui/sidebar/PageSizeControl.cxx Fri May 17 
11:35:46 2013
@@ -116,9 +116,9 @@ PageSizeControl::PageSizeControl(
                 maWidthHeightField.IsUseThousandSep(),
                 maWidthHeightField.IsShowTrailingZeros() );
 
-            ItemText2 = HeightStr;
+            ItemText2 = WidthStr;
             ItemText2 += String::CreateFromAscii(" x ");
-            ItemText2 += WidthStr;
+            ItemText2 += HeightStr;
             ItemText2 += String::CreateFromAscii(" ");
             ItemText2 += aMetricStr;
 


Reply via email to