summaryrefslogtreecommitdiff
path: root/sc/inc/viewopti.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-02 15:41:41 +0200
committerNoel Grandin <noel@peralex.com>2016-03-03 08:11:02 +0200
commitfecfd9c4987229c7fb335c6c6ba847e2ec30d40d (patch)
tree1a6e1162744f8a313242046cb93901d22c46150e /sc/inc/viewopti.hxx
parent7ccdb94e2c5774f924bf89b34387c7d41e2e4c30 (diff)
loplugin:unuseddefaultparams in sc (part2)
Change-Id: I356a86bfca20cbf2c52185697042dce5237e847d
Diffstat (limited to 'sc/inc/viewopti.hxx')
-rw-r--r--sc/inc/viewopti.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx
index dd1d1681ed14..892e52915f36 100644
--- a/sc/inc/viewopti.hxx
+++ b/sc/inc/viewopti.hxx
@@ -96,7 +96,7 @@ public:
const ScGridOptions& GetGridOptions() const { return aGridOpt; }
void SetGridOptions( const ScGridOptions& rNew ) { aGridOpt = rNew; }
- SvxGridItem* CreateGridItem( sal_uInt16 nId = SID_ATTR_GRID_OPTIONS ) const;
+ SvxGridItem* CreateGridItem() const;
const ScViewOptions& operator= ( const ScViewOptions& rCpy );
bool operator== ( const ScViewOptions& rOpt ) const;