[Libreoffice-commits] core.git: cui/source
Julien Nabet
serval2412 at yahoo.fr
Tue Feb 17 15:01:07 PST 2015
cui/source/tabpages/page.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b0979fb26e0026e46149135804e2484ac5a4de58
Author: Julien Nabet <serval2412 at 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 );
More information about the Libreoffice-commits
mailing list