summaryrefslogtreecommitdiff
path: root/vcl/inc/printergfx.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/printergfx.hxx')
-rw-r--r--vcl/inc/printergfx.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/inc/printergfx.hxx b/vcl/inc/printergfx.hxx
index c11bfa867148..65d31e65e0aa 100644
--- a/vcl/inc/printergfx.hxx
+++ b/vcl/inc/printergfx.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -34,7 +35,7 @@
#include "tools/gen.hxx"
#include <list>
-#include <hash_map>
+#include <boost/unordered_map.hpp>
namespace psp {
@@ -252,7 +253,7 @@ private:
/* font / font substitution */
friend class Font3;
- const ::std::hash_map< fontID, fontID >* mpFontSubstitutes;
+ const ::boost::unordered_map< fontID, fontID >* mpFontSubstitutes;
int getCharWidth (sal_Bool b_vert, sal_Unicode n_char,
CharacterMetric *p_bbox);
fontID getCharMetric (const Font3 &rFont, sal_Unicode n_char,
@@ -440,3 +441,4 @@ public:
#endif /* _PSPRINT_PRINTERGFX_HXX_ */
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */