diff options
-rw-r--r-- | editeng/source/misc/svxacorr.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index 0862ad7aeb17..eb36b2e69951 100644 --- a/editeng/source/misc/svxacorr.cxx +++ b/editeng/source/misc/svxacorr.cxx @@ -75,7 +75,6 @@ static const int C_QUESTION_MARK = 0x04; static const int C_ASTERISK = 0x2A; static const sal_Unicode cNonBreakingSpace = 0xA0; -static const sal_Char pImplAutocorr_ListStr[] = "DocumentList"; static const sal_Char pXMLImplWrdStt_ExcptLstStr[] = "WordExceptList.xml"; static const sal_Char pXMLImplCplStt_ExcptLstStr[] = "SentenceExceptList.xml"; static const sal_Char pXMLImplAutocorr_ListStr[] = "DocumentList.xml"; |