summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapesubset.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-05-03 13:05:58 +0000
committerOliver Bolte <obo@openoffice.org>2005-05-03 13:05:58 +0000
commit05f8bc4ff390d20eeca20ff352614d9af55eb1cf (patch)
treef7074f9a7b87aad4eb6cf08c16a8f7cda92c7a5e /slideshow/source/engine/shapesubset.cxx
parent48931934e46d00bc0425be86a87a41262b794d6c (diff)
INTEGRATION: CWS presfixes05 (1.2.30); FILE MERGED
2005/04/26 22:57:12 thb 1.2.30.1: #i47876#, #i47765#: Corrected subset handling (completely wrong for slightly more complex formatting structures, since I didn't, among other things, handle the 'para also ends last character cell' topic correctly; removed unused code from animationbasenode.cxx; fetching the right DocTreeNode when generating subsets of subsets in AnimationNodeFactory
Diffstat (limited to 'slideshow/source/engine/shapesubset.cxx')
-rw-r--r--slideshow/source/engine/shapesubset.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapesubset.cxx b/slideshow/source/engine/shapesubset.cxx
index 9f48e197d0e1..dfa13292bd0e 100644
--- a/slideshow/source/engine/shapesubset.cxx
+++ b/slideshow/source/engine/shapesubset.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shapesubset.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 18:58:09 $
+ * last change: $Author: obo $ $Date: 2005-05-03 14:05:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -146,5 +146,10 @@ namespace presentation
return maTreeNode.isEmpty();
}
+ DocTreeNode ShapeSubset::getSubset() const
+ {
+ return maTreeNode;
+ }
+
}
}