summaryrefslogtreecommitdiffstats
path: root/sw/source/core/unocore/unoframe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unoframe.cxx')
-rw-r--r--sw/source/core/unocore/unoframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unoframe.cxx b/sw/source/core/unocore/unoframe.cxx
index b663f5d836b1..a73201a56b1c 100644
--- a/sw/source/core/unocore/unoframe.cxx
+++ b/sw/source/core/unocore/unoframe.cxx
@@ -2242,7 +2242,7 @@ uno::Any SwXFrame::getPropertyValue(const OUString& rPropertyName)
if ( pTmpFrame )
{
OSL_ENSURE( pTmpFrame->IsValid(), "frame not valid" );
- const SwRect &rRect = pTmpFrame->Frame();
+ const SwRect &rRect = pTmpFrame->getSwFrame();
Size aMM100Size = OutputDevice::LogicToLogic(
Size( rRect.Width(), rRect.Height() ),
MapMode( MapUnit::MapTwip ), MapMode( MapUnit::Map100thMM ));