diff options
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 3096dc7aa5df..5c1b93763d1c 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -870,7 +870,6 @@ public: bool bNamesValid = false ); SC_DLLPUBLIC bool DeleteTabs( SCTAB nTab, SCTAB nSheets ); SC_DLLPUBLIC bool DeleteTab( SCTAB nTab ); - SC_DLLPUBLIC void ClearTabs(); SC_DLLPUBLIC bool RenameTab( SCTAB nTab, const OUString& rName, bool bExternalDocument = false ); bool MoveTab( SCTAB nOldPos, SCTAB nNewPos, ScProgress* pProgress = nullptr ); |