summaryrefslogtreecommitdiffstats
path: root/vcl/source/glyphs/graphite_textsrc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/glyphs/graphite_textsrc.hxx')
-rw-r--r--vcl/source/glyphs/graphite_textsrc.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/source/glyphs/graphite_textsrc.hxx b/vcl/source/glyphs/graphite_textsrc.hxx
index ca905fc0d824..c5ef0ac7b43d 100644
--- a/vcl/source/glyphs/graphite_textsrc.hxx
+++ b/vcl/source/glyphs/graphite_textsrc.hxx
@@ -52,11 +52,9 @@
#include "vcl/dllapi.h"
// Libraries
-#include <preextstl.h>
#include <graphite/GrClient.h>
#include <graphite/Font.h>
#include <graphite/ITextSource.h>
-#include <postextstl.h>
// Module type definitions and forward declarations.
//
@@ -83,7 +81,7 @@ public:
virtual float getVerticalOffset(gr::toffset ich);
virtual gr::isocode getLanguage(gr::toffset ich);
- virtual ext_std::pair<gr::toffset, gr::toffset> propertyRange(gr::toffset ich);
+ virtual std::pair<gr::toffset, gr::toffset> propertyRange(gr::toffset ich);
virtual size_t getFontFeatures(gr::toffset ich, gr::FeatureSetting * prgfset);
virtual bool sameSegment(gr::toffset ich1, gr::toffset ich2);
virtual bool featureVariations() { return false; }