summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-23 23:21:39 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-05 09:18:14 +0000
commitd99c1ecdf349ff1592c34c479561393b7b9379ad (patch)
tree66c746d63675db7955e187c716efa885d713f864 /slideshow
parent30ec94d8d4af1ed72bc84ff6b5607d0733df9347 (diff)
regenerate list under OSL_DEBUG_LEVEL=2
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/shapes/drawshapesubsetting.cxx5
-rw-r--r--slideshow/source/engine/shapes/drawshapesubsetting.hxx3
2 files changed, 0 insertions, 8 deletions
diff --git a/slideshow/source/engine/shapes/drawshapesubsetting.cxx b/slideshow/source/engine/shapes/drawshapesubsetting.cxx
index 6bcab32e20bd..80c142cb9d4c 100644
--- a/slideshow/source/engine/shapes/drawshapesubsetting.cxx
+++ b/slideshow/source/engine/shapes/drawshapesubsetting.cxx
@@ -317,11 +317,6 @@ namespace slideshow
return maSubset;
}
- bool DrawShapeSubsetting::hasSubsetShapes() const
- {
- return !maSubsetShapes.empty();
- }
-
AttributableShapeSharedPtr DrawShapeSubsetting::getSubsetShape( const DocTreeNode& rTreeNode ) const
{
RTL_LOGFILE_CONTEXT( aLog, "::presentation::internal::DrawShapeSubsetting::getSubsetShape()" );
diff --git a/slideshow/source/engine/shapes/drawshapesubsetting.hxx b/slideshow/source/engine/shapes/drawshapesubsetting.hxx
index be4fdc5c0a7d..dbf5ff26c591 100644
--- a/slideshow/source/engine/shapes/drawshapesubsetting.hxx
+++ b/slideshow/source/engine/shapes/drawshapesubsetting.hxx
@@ -111,9 +111,6 @@ namespace slideshow
/// Return subset node for this shape
DocTreeNode getSubsetNode () const;
- /// Return true, if any child subset shapes exist
- bool hasSubsetShapes () const;
-
/// Get subset shape for given node, if any
AttributableShapeSharedPtr getSubsetShape ( const DocTreeNode& rTreeNode ) const;