summaryrefslogtreecommitdiff
path: root/sw/source/core/ole/ndole.cxx
diff options
context:
space:
mode:
authorRobinson Tryon <qubit@runcibility.com>2015-11-25 06:03:10 -0500
committerRobinson Tryon <qubit@runcibility.com>2015-11-25 06:07:38 -0500
commit49c2b9808df8a6b197dec666dfc0cda6321a4306 (patch)
tree045ef4b9b8dfdb06bfbe18cdf773d59f57d5552d /sw/source/core/ole/ndole.cxx
parent5470a365f25e5052b4dd74f76aa2196f0d70934b (diff)
bin/rename-sw-abbreviations.sh libreoffice-5-1-branch-point
This commit renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I77e5134f42f25e3786afa36b7a505c7e3237a9e8
Diffstat (limited to 'sw/source/core/ole/ndole.cxx')
-rw-r--r--sw/source/core/ole/ndole.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx
index 579caab46067..8facbeec776b 100644
--- a/sw/source/core/ole/ndole.cxx
+++ b/sw/source/core/ole/ndole.cxx
@@ -326,9 +326,9 @@ bool SwOLENode::SavePersistentData()
the chart again. Then chart core function will call the class
ExplicitCategoryProvider to create data source. In this step, when SW data
source provider create the data source, an UnoActionRemoveContext
- will mess with the layout and create a new SwFlyFrm.
+ will mess with the layout and create a new SwFlyFrame.
But later in SwUndoFlyBase::DelFly, it will clear anchor related attributes
- of SwFlyFrm. Then finally null pointer occur.
+ of SwFlyFrame. Then finally null pointer occur.
Resolution:
In pCnt->RemoveEmbeddedObject in SaveSection process of table chart,
only remove the object from the object container, without removing it's
@@ -780,10 +780,10 @@ const uno::Reference < embed::XEmbeddedObject > SwOLEObj::GetOleRef()
{
// We could not load this part (probably broken)
Rectangle aArea;
- SwFrm *pFrm = pOLENd->getLayoutFrm(nullptr);
- if ( pFrm )
+ SwFrame *pFrame = pOLENd->getLayoutFrame(nullptr);
+ if ( pFrame )
{
- Size aSz( pFrm->Frm().SSize() );
+ Size aSz( pFrame->Frame().SSize() );
const MapMode aSrc ( MAP_TWIP );
const MapMode aDest( MAP_100TH_MM );
aSz = OutputDevice::LogicToLogic( aSz, aSrc, aDest );