summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-28 16:13:02 +0200
committerNoel Grandin <noel@peralex.com>2014-03-03 08:59:02 +0200
commita3171e82b5d2b9cf81aaf33f8270d15c538d39cb (patch)
tree0be8e72e6137c667da1eca2294a3d5d4cd09f95a /sc/source/filter/oox
parent7d958c9fb57048935cbe4c351d146270f1df9465 (diff)
remove unused code oox::xls::WorkbookHelper::getDocShell()
Change-Id: I53a9c8a5db20a7f458fa35eeaed13483dbc3e67c
Diffstat (limited to 'sc/source/filter/oox')
-rw-r--r--sc/source/filter/oox/workbookhelper.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/filter/oox/workbookhelper.cxx b/sc/source/filter/oox/workbookhelper.cxx
index 8b5b2f93c52b..0a9c770614bb 100644
--- a/sc/source/filter/oox/workbookhelper.cxx
+++ b/sc/source/filter/oox/workbookhelper.cxx
@@ -803,11 +803,6 @@ const ScDocument& WorkbookHelper::getScDocument() const
return mrBookGlob.getScDocument();
}
-ScDocShell& WorkbookHelper::getDocShell()
-{
- return mrBookGlob.getDocShell();
-}
-
ScDocumentImport& WorkbookHelper::getDocImport()
{
return mrBookGlob.getDocImport();