summaryrefslogtreecommitdiff
path: root/vcl/inc/graphite_features.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/graphite_features.hxx')
-rw-r--r--vcl/inc/graphite_features.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/graphite_features.hxx b/vcl/inc/graphite_features.hxx
index e957b508e1cb..7b9c083e0034 100644
--- a/vcl/inc/graphite_features.hxx
+++ b/vcl/inc/graphite_features.hxx
@@ -59,8 +59,8 @@ namespace grutils
private:
GrFeatureParser(const GrFeatureParser & copy) SAL_DELETED_FUNCTION;
void setLang(const gr_face * face, const OString & lang);
- bool isCharId(const OString & id, size_t offset, size_t length);
- gr_uint32 getCharId(const OString & id, size_t offset, size_t length);
+ static bool isCharId(const OString & id, size_t offset, size_t length);
+ static gr_uint32 getCharId(const OString & id, size_t offset, size_t length);
short getIntValue(const OString & id, size_t offset, size_t length);
size_t mnNumSettings;
FeatId maLang;