You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by or...@apache.org on 2013/05/17 13:35:47 UTC

svn commit: r1483746 - /openoffice/trunk/main/sw/source/ui/sidebar/PageSizeControl.cxx

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;