summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/workbooksettings.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-08 16:29:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-08 16:39:14 +0100
commitb68c42fd68760cbce0a0ca4ac81d4aeaf777e7fa (patch)
tree8516d385b2d8ed9a257c80ccde746433d483efc7 /sc/source/filter/inc/workbooksettings.hxx
parent1bdc495cccaa7bc3be4718515082c70e42cdadc4 (diff)
callcatcher: reduce WorksheetHelper
Diffstat (limited to 'sc/source/filter/inc/workbooksettings.hxx')
-rw-r--r--sc/source/filter/inc/workbooksettings.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/filter/inc/workbooksettings.hxx b/sc/source/filter/inc/workbooksettings.hxx
index ed47d5479fc2..2346708c3f6d 100644
--- a/sc/source/filter/inc/workbooksettings.hxx
+++ b/sc/source/filter/inc/workbooksettings.hxx
@@ -109,9 +109,6 @@ public:
/** Imports the CALCPR record containing workbook calculation settings. */
void importCalcPr( SequenceInputStream& rStrm );
- /** Sets the save external linked values flag, e.g. from the WSBOOL record. */
- void setSaveExtLinkValues( bool bSaveExtLinks );
-
/** Converts the imported workbook settings. */
void finalizeImport();