From 222d79a895f5ee6b4ae3459d72e863e776c535e8 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 29 Oct 2014 15:01:37 -0400 Subject: Rename aRect -> maRect for a member variable. Conflicts: svx/source/svdraw/svdoashp.cxx svx/source/svdraw/svdocirc.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdoole2.cxx svx/source/svdraw/svdorect.cxx svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdotxdr.cxx svx/source/svdraw/svdotxtr.cxx Change-Id: I12dc6c12ee44753c63b15f03276cdaa24e57d395 --- svx/source/svdraw/svdouno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source/svdraw/svdouno.cxx') diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx index 166123d51d79..02ffaaa7d7e9 100644 --- a/svx/source/svdraw/svdouno.cxx +++ b/svx/source/svdraw/svdouno.cxx @@ -329,7 +329,7 @@ void SdrUnoObj::NbcResize(const Point& rRef, const Fraction& xFact, const Fracti // small correctures if (aGeo.nRotationAngle>=9000 && aGeo.nRotationAngle<27000) { - aRect.Move(aRect.Left()-aRect.Right(),aRect.Top()-aRect.Bottom()); + maRect.Move(maRect.Left()-maRect.Right(),maRect.Top()-maRect.Bottom()); } aGeo.nRotationAngle = 0; -- cgit e-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/CppunitTest_sd_misc_tests.mk
AgeCommit message (Expand)Author
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2017-07-21migrate to boost::gettextCaolán McNamara
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-01-26[API CHANGE] offapi: remove unused xsec_fw UNO servicesMiklos Vajna
2016-07-28Revert "temp tinderbox fix"Caolán McNamara
2016-07-25move parseExport to SdExportTest base classMichael Stahl
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2015-12-15sd: remove cargo-culted dependencies from CppunitTest_sd_misc_testsMichael Stahl
2015-12-15Bin obviously unneeded copy pastaTor Lillqvist
2015-12-14tdf#96206: Avoid scaling objects while copying to clipboardMike Kaganski