cui/source/tabpages/page.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b0979fb26e0026e46149135804e2484ac5a4de58
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Tue Feb 17 23:57:01 2015 +0100

    Typo: with->width
    
    Change-Id: Ie9c159a00af3cb96aef98bc7befc85dd4a425a7b

diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx
index eaada85..80880c6 100644
--- a/cui/source/tabpages/page.cxx
+++ b/cui/source/tabpages/page.cxx
@@ -1073,7 +1073,7 @@ IMPL_LINK( SvxPageDescPage, SwapOrientation_Impl, 
RadioButton *, pBtn )
         const long lWidth = GetCoreValue( *m_pPaperWidthEdit, 
SFX_MAPUNIT_100TH_MM );
         const long lHeight = GetCoreValue( *m_pPaperHeightEdit, 
SFX_MAPUNIT_100TH_MM );
 
-        // swap with and height
+        // swap width and height
         SetMetricValue( *m_pPaperWidthEdit, lHeight, SFX_MAPUNIT_100TH_MM );
         SetMetricValue( *m_pPaperHeightEdit, lWidth, SFX_MAPUNIT_100TH_MM );
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to