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.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index 79a2971891f2..161f159f4290 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -264,11 +264,11 @@ class ScGridWindow : public vcl::Window, public DropTargetHelper, public DragSou
bool IsSpellErrorAtPos( const Point& rPos, SCCOL nCol1, SCROW nRow );
- bool HitRangeFinder( const Point& rMouse, RfCorner& rCorner, sal_uInt16* pIndex = nullptr,
- SCsCOL* pAddX = nullptr, SCsROW* pAddY = nullptr );
+ bool HitRangeFinder( const Point& rMouse, RfCorner& rCorner, sal_uInt16* pIndex,
+ SCsCOL* pAddX, SCsROW* pAddY );
- sal_uInt16 HitPageBreak( const Point& rMouse, ScRange* pSource = nullptr,
- SCCOLROW* pBreak = nullptr, SCCOLROW* pPrev = nullptr );
+ sal_uInt16 HitPageBreak( const Point& rMouse, ScRange* pSource,
+ SCCOLROW* pBreak, SCCOLROW* pPrev );
/** The cell may be covered by text that overflows from a previous cell.
@@ -368,7 +368,7 @@ public:
using Window::Draw;
void Draw( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2,
- ScUpdateMode eMode = SC_UPDATE_ALL );
+ ScUpdateMode eMode );
/// Draw content of the gridwindow; shared between the desktop and the tiled rendering.
void DrawContent(OutputDevice &rDevice, const ScTableInfo& rTableInfo, ScOutputData& aOutputData, bool bLogicText, ScUpdateMode eMode);