diff options
-rwxr-xr-x | stoc/source/simpleregistry/textualservices.cxx | 2 |
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: |