diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-07-05 13:13:48 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-07-05 18:55:40 +0200 |
commit | 082993c38e68089282b42fdb46179ac2574d61d5 (patch) | |
tree | 6c73c6fa4d9a1d471642b06e4666fe75ad6f5568 /include | |
parent | ea0e9c0d4de19ac3f8fdfe91bdb085ad9e2b1757 (diff) |
SvtCJKOptions::EOption is unused
ever since
commit 5db72ef0b381671b7867bda759098a92909e06d8
Author: Noel Grandin <noel.grandin@collabora.co.uk>
Date: Mon Jul 26 13:51:57 2021 +0200
drop SvtLanguageOptions class
Change-Id: I2d56b0c21510239ef1ee1d0b95748641d485580c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154053
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/cjkoptions.hxx | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/include/svl/cjkoptions.hxx b/include/svl/cjkoptions.hxx index 9ac227541b91..cec2f035b780 100644 --- a/include/svl/cjkoptions.hxx +++ b/include/svl/cjkoptions.hxx @@ -22,18 +22,6 @@ namespace SvtCJKOptions { -enum EOption -{ - E_CJKFONT, - E_VERTICALTEXT, - E_ASIANTYPOGRAPHY, - E_JAPANESEFIND, - E_RUBY, - E_CHANGECASEMAP, - E_DOUBLELINES, - E_ALL // special one for IsAnyEnabled()/SetAll() functionality -}; - SVL_DLLPUBLIC bool IsCJKFontEnabled(); SVL_DLLPUBLIC bool IsVerticalTextEnabled(); SVL_DLLPUBLIC bool IsAsianTypographyEnabled(); @@ -44,7 +32,7 @@ SVL_DLLPUBLIC bool IsDoubleLinesEnabled(); SVL_DLLPUBLIC void SetAll(bool bSet); SVL_DLLPUBLIC bool IsAnyEnabled(); -SVL_DLLPUBLIC bool IsReadOnly(EOption eOption); +SVL_DLLPUBLIC bool IsAnyReadOnly(); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |