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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/graphite_features.hxx b/vcl/inc/graphite_features.hxx
index dc37dfc89d89..97bd1861eaef 100644
--- a/vcl/inc/graphite_features.hxx
+++ b/vcl/inc/graphite_features.hxx
@@ -50,7 +50,7 @@ namespace grutils
~GrFeatureParser();
gr_feature_val * values() const { return mpSettings; };
private:
- GrFeatureParser(const GrFeatureParser & copy) SAL_DELETED_FUNCTION;
+ GrFeatureParser(const GrFeatureParser & copy) = delete;
void setLang(const gr_face * face, const OString & lang);
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);