summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2010-04-20 16:12:16 +0200
committerJens-Heiner Rechtien <hr@openoffice.org>2010-04-20 16:12:16 +0200
commit4f7a90a20425a4319a0a06ca5b6716cac5f9e0cd (patch)
treedc9591ae251691d37373ae36a7ba09d40f19462d
parent09c473e795abea8956de213da3e1ea0d41c751ef (diff)
DEV300 masterfix: #i10000#: fix WaE: unhandled enumeration values
Notes
split repo tag: calc_ooo/DEV300_m77
-rw-r--r--sc/source/filter/excel/xelink.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/filter/excel/xelink.cxx b/sc/source/filter/excel/xelink.cxx
index 4b39d6014dec..fcf738527025 100644
--- a/sc/source/filter/excel/xelink.cxx
+++ b/sc/source/filter/excel/xelink.cxx
@@ -1300,6 +1300,8 @@ void XclExpXct::Save( XclExpStream& rStrm )
if( xToken->GetString().Len() > 0 )
bValid = aCrnRecs.InsertValue( nScCol, nScRow, Any( OUString( xToken->GetString() ) ) );
break;
+ default:
+ break;
}
}
}