diff options
Diffstat (limited to 'sw/inc/accmap.hxx')
-rw-r--r-- | sw/inc/accmap.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx index 7c1f2299b805..25c96967e6dd 100644 --- a/sw/inc/accmap.hxx +++ b/sw/inc/accmap.hxx @@ -185,7 +185,8 @@ public: void A11yDispose( const SwFrame* pFrame, const SdrObject* pObj, vcl::Window* pWindow, - bool bRecursive = false ); + bool bRecursive = false, + bool bCanSkipInvisible = true ); void InvalidatePosOrSize( const SwFrame* pFrame, const SdrObject* pObj, |