summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-25 10:01:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-06-25 14:19:02 +0100
commit022b62296c4166486d38f55acf522c62c82894eb (patch)
tree212204ad905276dd704623ea9b9cb6cd6793a073 /slideshow
parentd5909e1452a87cb5434d144b01d368e52d64fd68 (diff)
callcatcher: update list
Change-Id: Id31324a6bf36e937cc6396207913e4183253bf04
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/shapes/drawshapesubsetting.cxx10
-rw-r--r--slideshow/source/engine/shapes/drawshapesubsetting.hxx19
2 files changed, 0 insertions, 29 deletions
diff --git a/slideshow/source/engine/shapes/drawshapesubsetting.cxx b/slideshow/source/engine/shapes/drawshapesubsetting.cxx
index eea1202c45fd..42ce5c3bafe0 100644
--- a/slideshow/source/engine/shapes/drawshapesubsetting.cxx
+++ b/slideshow/source/engine/shapes/drawshapesubsetting.cxx
@@ -293,16 +293,6 @@ namespace slideshow
initCurrentSubsets();
}
- void DrawShapeSubsetting::reset( const DocTreeNode& rShapeSubset,
- const ::boost::shared_ptr< GDIMetaFile >& rMtf )
- {
- reset();
- mpMtf = rMtf;
- maSubset = rShapeSubset;
-
- initCurrentSubsets();
- }
-
void DrawShapeSubsetting::initCurrentSubsets()
{
// only add subset to vector, if it's not empty - that's
diff --git a/slideshow/source/engine/shapes/drawshapesubsetting.hxx b/slideshow/source/engine/shapes/drawshapesubsetting.hxx
index dbf5ff26c591..0863204bcbf6 100644
--- a/slideshow/source/engine/shapes/drawshapesubsetting.hxx
+++ b/slideshow/source/engine/shapes/drawshapesubsetting.hxx
@@ -86,25 +86,6 @@ namespace slideshow
*/
void reset( const ::boost::shared_ptr< GDIMetaFile >& rMtf );
- /** Reset metafile and subset.
-
- Use this method to completely reset the
- ShapeSubsetting, with a new metafile and subset
- range. Note that any information previously set will
- be lost, including added subset shapes!
-
- @param rShapeSubset
- The subset this object represents (can be empty, then
- denoting 'represents a whole shape')
-
- @param rMtf
- Metafile to retrieve subset info from (must have been
- generated with verbose text comments switched on).
- */
- void reset( const DocTreeNode& rShapeSubset,
- const ::boost::shared_ptr< GDIMetaFile >& rMtf );
-
-
// Shape subsetting methods
// ========================================================