summaryrefslogtreecommitdiffstats
path: root/slideshow/source/engine/shapes/gdimtftools.cxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-05-10 05:45:30 -0700
committerJoseph Powers <jpowers27@cox.net>2011-05-10 05:45:30 -0700
commita4983ccb979a2c6bd38c421cf9a208c52e80a7e8 (patch)
tree3d4bebda37c8815c0fd5243a2838e45f9575d6c6 /slideshow/source/engine/shapes/gdimtftools.cxx
parentRemove deprecated List in HtmlExport::CreateHtmlForPresPages. (diff)
downloadcore-a4983ccb979a2c6bd38c421cf9a208c52e80a7e8.tar.gz
core-a4983ccb979a2c6bd38c421cf9a208c52e80a7e8.zip
GDIMetaFile cleanup
Plus trailing whitespace cleanup.
Diffstat (limited to 'slideshow/source/engine/shapes/gdimtftools.cxx')
-rw-r--r--slideshow/source/engine/shapes/gdimtftools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/shapes/gdimtftools.cxx b/slideshow/source/engine/shapes/gdimtftools.cxx
index 9e914c41c088..220738b33d9c 100644
--- a/slideshow/source/engine/shapes/gdimtftools.cxx
+++ b/slideshow/source/engine/shapes/gdimtftools.cxx
@@ -330,7 +330,7 @@ sal_Int32 getNextActionOffset( MetaAction * pCurrAct )
// (though this is currently not used from the
// DrawingLayer - shape transparency gradients
// don't affect shape text)
- return pAct->GetGDIMetaFile().GetActionCount();
+ return pAct->GetGDIMetaFile().GetActionSize();
}
default:
return 1;