diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-17 23:57:01 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-17 23:57:53 +0100 |
commit | b0979fb26e0026e46149135804e2484ac5a4de58 (patch) | |
tree | 0dad6eed645bb7f2d7767519b6d52b68ec71b944 /cui | |
parent | a5ab0e3a8b1cb7c06072229e1c4d956eb81fa002 (diff) |
Typo: with->width
Change-Id: Ie9c159a00af3cb96aef98bc7befc85dd4a425a7b
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/page.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx index eaada850e1f9..80880c6b2689 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 ); |