summaryrefslogtreecommitdiff
path: root/svtools/inc/svtools/ruler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/inc/svtools/ruler.hxx')
-rw-r--r--svtools/inc/svtools/ruler.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/svtools/inc/svtools/ruler.hxx b/svtools/inc/svtools/ruler.hxx
index ba04f9342525..57688deca2c2 100644
--- a/svtools/inc/svtools/ruler.hxx
+++ b/svtools/inc/svtools/ruler.hxx
@@ -34,6 +34,7 @@
#include <vcl/window.hxx>
#include <vcl/virdev.hxx>
#include <vcl/field.hxx>
+#include <svtools/accessibleruler.hxx>
class MouseEvent;
class TrackingEvent;
@@ -691,6 +692,7 @@ private:
Link maClickHdl;
Link maDoubleClickHdl;
Link maExtraDownHdl;
+ SvtRulerAccessible* m_pAccContext;
#ifdef _SV_RULER_CXX
SVT_DLLPRIVATE void ImplVDrawLine( long nX1, long nY1, long nX2, long nY2 );
@@ -856,6 +858,9 @@ public:
void SetLineHeight( long nHeight ) { mnLineHeight = nHeight ; }
void DrawTicks();
+
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > CreateAccessible();
+
};
#endif // _RULER_HXX