diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-01 14:20:31 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-02 06:38:20 +0000 |
commit | 837f171810a95a1d87907dd08d67e969276f0559 (patch) | |
tree | 6891aa9774c63b759b29d365e0d141f5d7bf3a8c /vcl/inc/graphite_serverfont.hxx | |
parent | 01fd60b8fa614f5911d96bb34b40c62ebe1c20fb (diff) |
loplugin:unusedmethods in vcl
Change-Id: Ib404310761fd555b033ab6594ba8636d37f23463
Reviewed-on: https://gerrit.libreoffice.org/19074
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/inc/graphite_serverfont.hxx')
-rw-r--r-- | vcl/inc/graphite_serverfont.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/graphite_serverfont.hxx b/vcl/inc/graphite_serverfont.hxx index 7dfde21551bc..ec002a55b771 100644 --- a/vcl/inc/graphite_serverfont.hxx +++ b/vcl/inc/graphite_serverfont.hxx @@ -104,10 +104,6 @@ public: virtual ~GraphiteServerFontLayout() throw(); static bool IsGraphiteEnabledFont(ServerFont& rServerFont); -// For use with PspGraphics - const sal_Unicode* getTextPtr() const { return mpStr; }; - int getMinCharPos() const { return mnMinCharPos; } - int getMaxCharPos() const { return mnEndCharPos; } }; #endif |