summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/nodetools.cxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-08-31 07:35:52 -0700
committerJoseph Powers <jpowers27@cox.net>2011-08-31 07:37:32 -0700
commit41449a86c459746061931d609341c0db3ec276a0 (patch)
treef7972e87bf83c700d057395b1e14586723591b5f /slideshow/source/engine/animationnodes/nodetools.cxx
parentfc2661c50bccc223175f04674a786191478d2ba1 (diff)
unusedcode.easy: slideshow::internal cleanup
Diffstat (limited to 'slideshow/source/engine/animationnodes/nodetools.cxx')
-rw-r--r--slideshow/source/engine/animationnodes/nodetools.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/slideshow/source/engine/animationnodes/nodetools.cxx b/slideshow/source/engine/animationnodes/nodetools.cxx
index 756f6b1969b0..6146d4d74cce 100644
--- a/slideshow/source/engine/animationnodes/nodetools.cxx
+++ b/slideshow/source/engine/animationnodes/nodetools.cxx
@@ -109,22 +109,6 @@ namespace slideshow
return true;
}
- /// Extract the node type from the user data
- bool getNodeType( sal_Int16& o_rNodeType,
- const uno::Sequence< beans::NamedValue >& rValues )
- {
- beans::NamedValue aNamedValue;
-
- if( findNamedValue( &aNamedValue,
- rValues,
- ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("node-type") ) ) )
- {
- if( (aNamedValue.Value >>= o_rNodeType) )
- return true;
- }
-
- return false;
- }
}
}