summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-09 15:26:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-10 09:15:32 +0200
commit8b9f0a5a5cba5051d90c693ded950c40cfa7ee12 (patch)
treea21fd8626491ae99c06fcee57ffe32504ce5c9ca /sc/inc/document.hxx
parentd2b5ded9ae14c372ec08ecb697092a103ad3f182 (diff)
loplugin:checkunusedparams in sc(part1)
Change-Id: I8c4fca704fe8ed6f861728cc3f3782c676aba67c Reviewed-on: https://gerrit.libreoffice.org/37435 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index cd4c5a237e04..27bb73d9ea29 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -803,15 +803,14 @@ public:
void SetTabNameOnLoad(SCTAB nTab, const OUString& rName);
void InvalidateStreamOnSave();
- SC_DLLPUBLIC bool InsertTab( SCTAB nPos, const OUString& rName,
- bool bExternalDocument = false, bool bUndoDeleteTab = false );
+ SC_DLLPUBLIC bool InsertTab( SCTAB nPos, const OUString& rName,
+ bool bExternalDocument = false, bool bUndoDeleteTab = false );
SC_DLLPUBLIC bool InsertTabs( SCTAB nPos, const std::vector<OUString>& rNames,
bool bNamesValid = false );
SC_DLLPUBLIC bool DeleteTabs( SCTAB nTab, SCTAB nSheets );
SC_DLLPUBLIC bool DeleteTab( SCTAB nTab );
SC_DLLPUBLIC bool RenameTab( SCTAB nTab, const OUString& rName,
- bool bUpdateRef = true,
bool bExternalDocument = false );
bool MoveTab( SCTAB nOldPos, SCTAB nNewPos, ScProgress* pProgress = nullptr );
bool CopyTab( SCTAB nOldPos, SCTAB nNewPos,
@@ -940,7 +939,7 @@ public:
void SetChartRangeList( const OUString& rChartName,
const ScRangeListRef& rNewRangeListRef );
- void StartAnimations( SCTAB nTab, vcl::Window* pWin );
+ void StartAnimations( SCTAB nTab );
bool HasBackgroundDraw( SCTAB nTab, const tools::Rectangle& rMMRect ) const;
bool HasAnyDraw( SCTAB nTab, const tools::Rectangle& rMMRect ) const;
@@ -2177,7 +2176,7 @@ public:
SCTAB nTab, SCCOL nCol,
SCROW nRowStart, SCROW nRowEnd ) const;
- void KeyInput( const KeyEvent& rKEvt ); // TimerDelays etc.
+ void KeyInput(); // TimerDelays etc.
ScChangeTrack* GetChangeTrack() const { return pChangeTrack; }