summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excimp8.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-12 13:35:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-12 13:35:38 +0100
commit0b876ce56cbd63fbc44e5ba13433d0051fbc1108 (patch)
tree0097f6154f9a8a923a6b93f28513de6bd547c8b1 /sc/source/filter/excel/excimp8.cxx
parentac334eeac573fcc38a4ba6afa34e967f13154030 (diff)
remove unused local static functions
Change-Id: I2b5e16165ac2de4753d9687a2bfc146d11a2bcd9
Diffstat (limited to 'sc/source/filter/excel/excimp8.cxx')
-rw-r--r--sc/source/filter/excel/excimp8.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/filter/excel/excimp8.cxx b/sc/source/filter/excel/excimp8.cxx
index 89f0074f865d..50a7870822e3 100644
--- a/sc/source/filter/excel/excimp8.cxx
+++ b/sc/source/filter/excel/excimp8.cxx
@@ -199,9 +199,6 @@ public:
}
};
-// defined in docfunc.cxx ( really this needs a new name )
-static script::ModuleInfo lcl_InitModuleInfo( SfxObjectShell& rDocSh, String& sModule );
-
ImportExcel8::ImportExcel8( XclImpRootData& rImpData, SvStream& rStrm ) :
ImportExcel( rImpData, rStrm )
{