diff options
Diffstat (limited to 'sc/inc/drwlayer.hxx')
-rw-r--r-- | sc/inc/drwlayer.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/drwlayer.hxx b/sc/inc/drwlayer.hxx index 7bfe56b12a7b..aab405196a91 100644 --- a/sc/inc/drwlayer.hxx +++ b/sc/inc/drwlayer.hxx @@ -230,6 +230,10 @@ public: const Point& rWinPoint, const Window& rCmpWnd ); static ScMacroInfo* GetMacroInfo( SdrObject* pObj, sal_Bool bCreate = sal_False ); +//IAccessibility2 Implementation 2009----- + virtual ImageMap* GetImageMapForObject(SdrObject* pObj); + virtual sal_Int32 GetHyperlinkCount(SdrObject* pObj); +//-----IAccessibility2 Implementation 2009 private: static SfxObjectShell* pGlobalDrawPersist; // fuer AllocModel |