summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-09-16 09:56:55 +0200
committersb <sb@openoffice.org>2010-09-16 09:56:55 +0200
commite71333e4f675800c2e1f01692f112f1b3b6a7f22 (patch)
tree01b155d6b2d329df5a27926023ec145941a931b3 /stoc
parentde5774389070ac3edaac754c43d387b75dc27bd1 (diff)
sb129: #i113189# work around unhelpful compiler warnings
Diffstat (limited to 'stoc')
-rwxr-xr-xstoc/source/simpleregistry/textualservices.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/stoc/source/simpleregistry/textualservices.cxx b/stoc/source/simpleregistry/textualservices.cxx
index 462007b6cf7b..932c639124d0 100755
--- a/stoc/source/simpleregistry/textualservices.cxx
+++ b/stoc/source/simpleregistry/textualservices.cxx
@@ -751,6 +751,8 @@ rtl::OUString Key::getStringValue() throw (
" getStringValue: does not associate singletons with"
" services")),
static_cast< OWeakObject * >(this));
+ default:
+ break;
}
// default case extracted from switch to avoid erroneous compiler warnings
// on Solaris: