summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-04-03 23:28:31 +0300
committerTor Lillqvist <tml@iki.fi>2012-04-04 01:05:47 +0300
commit3b4941eddaa3bf0e23952613b091d8f54d898d29 (patch)
tree5b4ff2885dde0610ebc3291e8559e2211334deb8 /sc
parent65d8b8a39c296684a02722e2910aa744b205d74a (diff)
WaE: unused function
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/oox/worksheetfragment.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sc/source/filter/oox/worksheetfragment.cxx b/sc/source/filter/oox/worksheetfragment.cxx
index 80911120bdd4..0b0c25f92594 100644
--- a/sc/source/filter/oox/worksheetfragment.cxx
+++ b/sc/source/filter/oox/worksheetfragment.cxx
@@ -735,26 +735,6 @@ void WorksheetFragment::importEmbeddedOleData( StreamDataSequence& orEmbeddedDat
getBaseFilter().importBinaryData( orEmbeddedData, aFragmentPath );
}
-namespace {
-
-OUString lclReadDataValMessage( BiffInputStream& rStrm )
-{
- // empty strings are single NUL characters (string length is 1)
- OUString aMessage = rStrm.readUniString( true );
- if( (aMessage.getLength() == 1) && (aMessage[ 0 ] == 0) )
- aMessage = OUString();
- return aMessage;
-}
-
-ApiTokenSequence lclReadDataValFormula( BiffInputStream& rStrm, FormulaParser& rParser )
-{
- sal_uInt16 nFmlaSize = rStrm.readuInt16();
- rStrm.skip( 2 );
- return rParser.importFormula( CellAddress(), FORMULATYPE_VALIDATION, rStrm, &nFmlaSize );
-}
-
-} // namespace
-
} // namespace xls
} // namespace oox