summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
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
// ========================================================