summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/gridwin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-19 12:52:25 +0200
committerNoel Grandin <noel@peralex.com>2016-08-19 14:16:54 +0200
commit2749667151618307a5faab3af44132da05b77f0e (patch)
treea023433e8cdf275ef9cbb1e68c56f6d754a5f3d9 /sc/source/ui/inc/gridwin.hxx
parent608bceee0505482d7bb443aeec95c132e21e01f4 (diff)
loplugin:countusersofdefaultparams in sc
Change-Id: I4052af7a19616d33c3c5fda9650d8fc4dff32256
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);