summaryrefslogtreecommitdiffstats
path: root/editeng/source/uno
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-01 07:12:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-01 08:37:14 +0200
commit6e6772e7739aaee09d0463ddf1be3b0c4039e1c5 (patch)
tree9f3c867352aeb99a6597e567ecf095385fa752e4 /editeng/source/uno
parentUpcoming improved loplugin:staticanonymous -> redundantstatic: drawinglayer (diff)
downloadcore-6e6772e7739aaee09d0463ddf1be3b0c4039e1c5.tar.gz
core-6e6772e7739aaee09d0463ddf1be3b0c4039e1c5.zip
Upcoming improved loplugin:staticanonymous -> redundantstatic: editeng
Change-Id: Ic5294dc53b1a7b6c654619cde8ef5133c222ae1a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97558 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'editeng/source/uno')
-rw-r--r--editeng/source/uno/unotext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/uno/unotext.cxx b/editeng/source/uno/unotext.cxx
index 6cb3adb37a46..15a8a180793c 100644
--- a/editeng/source/uno/unotext.cxx
+++ b/editeng/source/uno/unotext.cxx
@@ -923,7 +923,7 @@ beans::PropertyState SAL_CALL SvxUnoTextRangeBase::getPropertyState( const OUStr
return _getPropertyState( PropertyName );
}
-static const sal_uInt16 aSvxUnoFontDescriptorWhichMap[] = { EE_CHAR_FONTINFO, EE_CHAR_FONTHEIGHT, EE_CHAR_ITALIC,
+const sal_uInt16 aSvxUnoFontDescriptorWhichMap[] = { EE_CHAR_FONTINFO, EE_CHAR_FONTHEIGHT, EE_CHAR_ITALIC,
EE_CHAR_UNDERLINE, EE_CHAR_WEIGHT, EE_CHAR_STRIKEOUT, EE_CHAR_CASEMAP,
EE_CHAR_WLM, 0 };