]> git.lyx.org Git - lyx.git/blobdiff - src/support/lstrings.cpp
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / support / lstrings.cpp
index 87fac22a083f9bda430f451b722da758c731ddd0..ed2b9f9cafffc9b6537186a12eaf260bcb5b0c13 100644 (file)
@@ -432,6 +432,16 @@ char_type uppercase(char_type c)
 }
 
 
+bool isLowerCase(char_type ch) {
+       return lowercase(ch) == ch;
+}
+
+
+bool isUpperCase(char_type ch) {
+       return uppercase(ch) == ch;
+}
+
+
 namespace {
 
 // since we cannot use tolower and toupper directly in the