diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-18 11:33:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-20 12:12:21 +0100 |
commit | 350b031df03a2753fecc649f528e9c2f3b6d4233 (patch) | |
tree | dc4ddc4d66be87b1b76048f96a26557b0cdd3b49 /sot/inc | |
parent | b65b4160bfae737d3bc435f23d551bef65e02f81 (diff) |
callcatcher: remove some of the slightly trickier unused methods
Change-Id: Ief164c980f3a92316e1f47cb50bdf243155b6dd9
Diffstat (limited to 'sot/inc')
-rw-r--r-- | sot/inc/sot/storage.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sot/inc/sot/storage.hxx b/sot/inc/sot/storage.hxx index 7f975661fb78..33fb03028283 100644 --- a/sot/inc/sot/storage.hxx +++ b/sot/inc/sot/storage.hxx @@ -212,7 +212,6 @@ public: sal_Bool SetProperty( const String& rName, const ::com::sun::star::uno::Any& rValue ); sal_Bool GetProperty( const String& rName, ::com::sun::star::uno::Any& rValue ); - sal_Bool GetProperty( const String& rEleName, const String& rName, ::com::sun::star::uno::Any& rValue ); sal_Bool IsOLEStorage() const; static sal_Bool IsOLEStorage( const String & rFileName ); static sal_Bool IsOLEStorage( SvStream* pStream ); |