summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/gridwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/gridwin.hxx')
-rw-r--r--sc/source/ui/inc/gridwin.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index 3cf3e360b7b4..3d4f90fe5451 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -331,9 +331,9 @@ public:
void LogicMouseButtonUp(const MouseEvent& rMouseEvent);
/// Update the cell selection according to what handles have been dragged.
- /// Uses the same parameteres as vcl::ITiledRenderable::setTextSelection()
- /// (ie. they are in twips here).
- void SetCellSelection(int nType, int nX, int nY);
+ /// @see vcl::ITiledRenderable::setTextSelection() for the values of nType.
+ /// Coordinates are in pixels.
+ void SetCellSelectionPixel(int nType, int nPixelX, int nPixelY);
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > CreateAccessible() SAL_OVERRIDE;