summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2009-05-25 14:15:50 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2009-05-25 14:15:50 +0000
commit0612d6a7517e3c50bfda50b3a17f90f292b79e64 (patch)
tree76ce5dc3be636215c9aa8c930be62b80a2fdf840 /sw/source
parentc100ce29207c4c6d74aa60ef807d432f86535b7a (diff)
#i10000#: typo
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/filter/ww8/ww8par.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index ef93fd86f86d..b02ba42344eb 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -623,7 +623,7 @@ SdrObject* SwMSDffManager::ProcessObj(SvStream& rSt,
{
// rotate text with shape ?
double a = mnFix16Angle * nPi180;
- pObj->NbcRotate( rObjData.rBoundRect.Center(), mnFix16Angle,
+ pObj->NbcRotate( rObjData.aBoundRect.Center(), mnFix16Angle,
sin( a ), cos( a ) );
}
}