summaryrefslogtreecommitdiff
path: root/slideshow/source/inc
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2011-01-05 22:43:00 +0100
committerRadek Doulik <rodo@novell.com>2011-01-05 22:43:00 +0100
commit07e59117747d8d341164fda1f2078e3225ba1a68 (patch)
treea1a05d6847d2310db16c273adf8bef3d2908a356 /slideshow/source/inc
parent7a435a8fa47604cdea8a89894e75494a1a017cd8 (diff)
fix shapes rendering order n#656934
- it was broken for master pages containing group shapes
Diffstat (limited to 'slideshow/source/inc')
-rw-r--r--slideshow/source/inc/shapeimporter.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/slideshow/source/inc/shapeimporter.hxx b/slideshow/source/inc/shapeimporter.hxx
index c9fd7b738c2d..d8ebed25fba3 100644
--- a/slideshow/source/inc/shapeimporter.hxx
+++ b/slideshow/source/inc/shapeimporter.hxx
@@ -103,6 +103,8 @@ public:
*/
bool isImportDone() const;
PolyPolygonVector getPolygons();
+
+ double getImportedShapesCount() { return mnAscendingPrio; }
private:
bool isSkip( ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet> const& xPropSet,