diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-30 09:42:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-30 12:59:33 +0100 |
commit | 4d9e6b2c810aa216f10185d9085a1d21c0b273f3 (patch) | |
tree | 3f6ce6ca813954703e7d247693b5dea2295955f7 /svx | |
parent | d53c8dfe13d031129e019e63e5f85b972dcc8ee3 (diff) |
tryQueryAggregation isn't implemented
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/unoshape.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/inc/svx/unoshape.hxx b/svx/inc/svx/unoshape.hxx index 83e46cf02c5c..beb51026bf95 100644 --- a/svx/inc/svx/unoshape.hxx +++ b/svx/inc/svx/unoshape.hxx @@ -145,8 +145,6 @@ protected: ::com::sun::star::uno::Any GetAnyForItem( SfxItemSet& aSet, const SfxItemPropertySimpleEntry* pMap ) const; - sal_Bool tryQueryAggregation( const com::sun::star::uno::Type & rType, com::sun::star::uno::Any& rAny ); - sal_Bool SAL_CALL SetFillAttribute( sal_Int32 nWID, const ::rtl::OUString& rName ); /** called from the XActionLockable interface methods on initial locking */ |