diff options
-rw-r--r-- | editeng/source/uno/unofield.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editeng/source/uno/unofield.cxx b/editeng/source/uno/unofield.cxx index c115d1193b24..479e411edd4a 100644 --- a/editeng/source/uno/unofield.cxx +++ b/editeng/source/uno/unofield.cxx @@ -364,6 +364,10 @@ SvxUnoTextField::SvxUnoTextField( uno::Reference< text::XTextRange > xAnchor, co case text::textfield::Type::MEASURE: mpImpl->mnInt16 = sal::static_int_cast< sal_Int16 >(static_cast<const SdrMeasureField*>(pData)->GetMeasureFieldKind()); break; + + default: + SAL_WARN("editeng.uno", "Id service unknown: " << mnServiceId); + break; } } } |