summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestream.cxx
diff options
context:
space:
mode:
authorAlfonso Eusebio <alfonso_eusebio@yahoo.co.uk>2011-02-01 08:20:47 +0000
committerKohei Yoshida <kyoshida@novell.com>2011-02-01 09:26:56 -0500
commit449c729fc69f802eb7136de08dc44321af8f3de1 (patch)
treead38e74808e46805090122dbc0b9606bbedcb276 /sc/source/filter/excel/xestream.cxx
parent8b167759ce07dbe1232677d7245d394aa6f09647 (diff)
Call-catcher: removed unused functions in calc
Removed unused functions from calc using the call-catcher list available in Easy Tasks (first batch).
Diffstat (limited to 'sc/source/filter/excel/xestream.cxx')
-rw-r--r--sc/source/filter/excel/xestream.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/sc/source/filter/excel/xestream.cxx b/sc/source/filter/excel/xestream.cxx
index 227e9da14401..e2f3f29afb79 100644
--- a/sc/source/filter/excel/xestream.cxx
+++ b/sc/source/filter/excel/xestream.cxx
@@ -995,13 +995,6 @@ void XclExpXmlStream::PopStream()
maStreams.pop();
}
-OUString XclExpXmlStream::GetIdForPath( const OUString& sPath )
-{
- if( maOpenedStreamMap.find( sPath ) == maOpenedStreamMap.end() )
- return OUString();
- return maOpenedStreamMap[ sPath ].first;
-}
-
sax_fastparser::FSHelperPtr XclExpXmlStream::GetStreamForPath( const OUString& sPath )
{
if( maOpenedStreamMap.find( sPath ) == maOpenedStreamMap.end() )
@@ -1134,14 +1127,6 @@ bool XclExpXmlStream::exportDocument() throw()
return true;
}
-void XclExpXmlStream::Trace( const char* format, ...)
-{
- va_list ap;
- va_start( ap, format );
- vfprintf( stderr, format, ap );
- va_end( ap );
-}
-
//////////////////////////////////////////////////////////////////////////
// UNO stuff so that the filter is registered
//////////////////////////////////////////////////////////////////////////