diff options
Diffstat (limited to 'editeng/source/uno/unotext.cxx')
-rw-r--r-- | editeng/source/uno/unotext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/uno/unotext.cxx b/editeng/source/uno/unotext.cxx index 9f744e3270a0..82a90486bc65 100644 --- a/editeng/source/uno/unotext.cxx +++ b/editeng/source/uno/unotext.cxx @@ -1465,7 +1465,7 @@ uno::Sequence< OUString > SAL_CALL SvxUnoTextRangeBase::getSupportedServiceNames return getSupportedServiceNames_Static(); } -uno::Sequence< OUString > SAL_CALL SvxUnoTextRangeBase::getSupportedServiceNames_Static() +uno::Sequence< OUString > SvxUnoTextRangeBase::getSupportedServiceNames_Static() { uno::Sequence< OUString > aSeq(3); aSeq[0] = "com.sun.star.style.CharacterProperties"; |