diff options
Diffstat (limited to 'svtools/inc/table')
-rw-r--r-- | svtools/inc/table/tablecontrolinterface.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/svtools/inc/table/tablecontrolinterface.hxx b/svtools/inc/table/tablecontrolinterface.hxx index 201f0035642a..a15cc432138d 100644 --- a/svtools/inc/table/tablecontrolinterface.hxx +++ b/svtools/inc/table/tablecontrolinterface.hxx @@ -27,8 +27,6 @@ #include <svtools/table/tabletypes.hxx> #include <svtools/table/tablemodel.hxx> -class Pointer; - namespace svt { namespace table { @@ -207,7 +205,7 @@ namespace svt { namespace table virtual ::Size getTableSizePixel() const = 0; /// sets a new mouse pointer for the table window - virtual void setPointer( Pointer const & i_pointer ) = 0; + virtual void setPointer( PointerStyle i_pointer ) = 0; /// captures the mouse to the table window virtual void captureMouse() = 0; |