summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/worksheethelper.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-14 15:41:13 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-14 15:41:27 +0200
commit141a87dd3caeefc7d098dbf4d1a6df2f0cb259c5 (patch)
treeba12e535c033bdfc5e6efa8d41cd83a97062328b /sc/source/filter/oox/worksheethelper.cxx
parentfbf5599c071c6f3203f8992aba4560be9b3b5e42 (diff)
Clean up function declarations and some unused functions
Change-Id: If2c233a8ced8815b065a72caff907f10ef6166ff
Diffstat (limited to 'sc/source/filter/oox/worksheethelper.cxx')
-rw-r--r--sc/source/filter/oox/worksheethelper.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/oox/worksheethelper.cxx b/sc/source/filter/oox/worksheethelper.cxx
index 02df50057a22..14b88cf7396e 100644
--- a/sc/source/filter/oox/worksheethelper.cxx
+++ b/sc/source/filter/oox/worksheethelper.cxx
@@ -275,8 +275,6 @@ public:
/** Returns the BIFF drawing page for this sheet (BIFF2-BIFF8 only). */
inline BiffSheetDrawing& getBiffDrawing() const { return *mxBiffDrawing; }
- /** Changes the current sheet type. */
- inline void setSheetType( WorksheetType eSheetType ) { meSheetType = eSheetType; }
/** Sets a column or row page break described in the passed struct. */
void setPageBreak( const PageBreakModel& rModel, bool bRowBreak );
/** Inserts the hyperlink URL into the spreadsheet. */