summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/workbooksettings.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-30 09:24:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-03-30 14:07:20 +0100
commit45e4f9e99b75ef8a125228bc42df7fb98af9d7bc (patch)
tree6a5b19bbe4316d56b14682c227c891f05db13b4c /sc/source/filter/inc/workbooksettings.hxx
parent1889728897e16800d58773a302eb5232a6fada76 (diff)
callcatcher: regenerate unused code list
Diffstat (limited to 'sc/source/filter/inc/workbooksettings.hxx')
-rw-r--r--sc/source/filter/inc/workbooksettings.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/filter/inc/workbooksettings.hxx b/sc/source/filter/inc/workbooksettings.hxx
index a52ee61b7da8..07683d40972b 100644
--- a/sc/source/filter/inc/workbooksettings.hxx
+++ b/sc/source/filter/inc/workbooksettings.hxx
@@ -111,34 +111,20 @@ public:
/** Sets the save external linked values flag, e.g. from the WSBOOL record. */
void setSaveExtLinkValues( bool bSaveExtLinks );
- /** Imports the BOOKBOOL record. */
- void importBookBool( BiffInputStream& rStrm );
/** Imports the CALCCOUNT record. */
void importCalcCount( BiffInputStream& rStrm );
/** Imports the CALCMODE record. */
void importCalcMode( BiffInputStream& rStrm );
- /** Imports the CODENAME record. */
- void importCodeName( BiffInputStream& rStrm );
- /** Imports the DATEMODE record. */
- void importDateMode( BiffInputStream& rStrm );
/** Imports the DELTA record. */
void importDelta( BiffInputStream& rStrm );
- /** Imports the FILESHARING record. */
- void importFileSharing( BiffInputStream& rStrm );
- /** Imports the HIDEOBJ record. */
- void importHideObj( BiffInputStream& rStrm );
/** Imports the ITERATION record. */
void importIteration( BiffInputStream& rStrm );
- /** Imports the PRECISION record. */
- void importPrecision( BiffInputStream& rStrm );
/** Imports the REFMODE record. */
void importRefMode( BiffInputStream& rStrm );
/** Imports the SAVERECALC record. */
void importSaveRecalc( BiffInputStream& rStrm );
/** Imports the UNCALCED record. */
void importUncalced( BiffInputStream& rStrm );
- /** Imports the USESELFS record. */
- void importUsesElfs( BiffInputStream& rStrm );
/** Converts the imported workbook settings. */
void finalizeImport();