summaryrefslogtreecommitdiff
path: root/include/i18nutil
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2024-08-28 18:23:55 +0500
committerMike Kaganski <mike.kaganski@collabora.com>2024-08-28 20:52:12 +0200
commitb54f188b38b2fdb7e3224e5826162d7186c23288 (patch)
treed1ddd8ad521666a3b1287b3b17df348ede2a40db /include/i18nutil
parentac0117713e6ce248c7725b57d709390f27dc4e62 (diff)
Drop newly unused ToggleUnicodeCodepoint::CharsToDelete
Change-Id: I25654d911b1cc11f8c0e7d0ef3e87898418c3408 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172535 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/i18nutil')
-rw-r--r--include/i18nutil/unicode.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/i18nutil/unicode.hxx b/include/i18nutil/unicode.hxx
index b7722fd77196..ddb75784784f 100644
--- a/include/i18nutil/unicode.hxx
+++ b/include/i18nutil/unicode.hxx
@@ -115,12 +115,6 @@ public:
*/
OUString StringToReplace();
OUString ReplacementString();
-
- /**
- While sInput.getLength() returns the number of utf16 units to delete,
- this function returns the number of "characters" to delete - potentially a smaller number
- */
- sal_uInt32 CharsToDelete();
};
#endif