summaryrefslogtreecommitdiff
path: root/vcl/inc/textrender.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-11-13 13:18:46 +0100
committerJan Holesovsky <kendy@collabora.com>2014-11-13 15:52:40 +0100
commit146e4f8bac3b76c33726219858aa0c823167a0a6 (patch)
tree2260b404fd56c01e58f278157cbc5795d4ecbc56 /vcl/inc/textrender.hxx
parentc17f215c613d9da9c0cd30d6597fefcfa37be76e (diff)
vcl: Abstract the Windows text rendering into a TextRenderImpl descendant.
Change-Id: I7ee9d7e705bb0344ba59c3edd10ed85390636cd4
Diffstat (limited to 'vcl/inc/textrender.hxx')
-rw-r--r--vcl/inc/textrender.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/vcl/inc/textrender.hxx b/vcl/inc/textrender.hxx
index f4dcc8358cb1..2d9031a0cc2c 100644
--- a/vcl/inc/textrender.hxx
+++ b/vcl/inc/textrender.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_INC_UNX_CAIROFONTIMPL_HXX
-#define INCLUDED_VCL_INC_UNX_CAIROFONTIMPL_HXX
+#ifndef INCLUDED_VCL_INC_TEXTRENDER_HXX
+#define INCLUDED_VCL_INC_TEXTRENDER_HXX
#include <sal/types.h>
#include <vcl/salgtype.hxx>
@@ -29,9 +29,6 @@
#include "salglyphid.hxx"
#include "fontsubset.hxx"
-class PspSalPrinter;
-class PspSalInfoPrinter;
-class ServerFont;
class ImplLayoutArgs;
class ServerFontLayout;
class PhysicalFontCollection;