summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-04 14:38:17 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:31:45 +0200
commit792437f1f4703752f04c2891bb8957e28f07c666 (patch)
treee09d1a9278630cc978d8dd60973d9ee5e1bffddf /filter
parent52494aad920c713e17cd2c5e452a5e634f1bd2e7 (diff)
USED is never defined
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/eschesdo.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/filter/source/msfilter/eschesdo.cxx b/filter/source/msfilter/eschesdo.cxx
index 5e0cb08eb477..1d7a12bb231e 100644
--- a/filter/source/msfilter/eschesdo.cxx
+++ b/filter/source/msfilter/eschesdo.cxx
@@ -1242,28 +1242,6 @@ sal_Bool ImplEESdrObject::ImplGetPropertyValue( const sal_Unicode* rString )
return bRetValue;
}
-#ifdef USED
-sal_Bool ImplEESdrObject::ImplGetPropertyValue( const Reference< XPropertySet >& rXPropSet,
- const OUString& rString )
-{
- sal_Bool bRetValue = sal_False;
- if( mbValid )
- {
- try
- {
- mAny = rXPropSet->getPropertyValue( rString );
- if( 0 != mAny.get() )
- bRetValue = sal_True;
- }
- catch( const ::com::sun::star::uno::Exception& )
- {
- bRetValue = sal_False;
- }
- }
- return bRetValue;
-}
-#endif
-
void ImplEESdrObject::SetRect( const Point& rPos, const Size& rSz )
{
maRect = Rectangle( rPos, rSz );