summaryrefslogtreecommitdiff
path: root/vcl/inc/textrender.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-11-13 17:59:39 +0100
committerJan Holesovsky <kendy@collabora.com>2014-11-14 00:07:05 +0100
commit48fa9f1e191ffec9be2dfd41061173c488276705 (patch)
treedd17be18318e810e1bab5454999fb0b34e452f56 /vcl/inc/textrender.hxx
parentf2be14cdba8dbe0128751007acf9e82bde3e60a0 (diff)
Revert "vcl: Abstract the Windows text rendering into a TextRenderImpl descendant."
Turns out it might be easier to actually subclass only the various SalLayout's - let's try it first, and re-introduce this code again if not. This reverts commit 309257ddadfdc3e46506036ed81f6e0695211ebe.
Diffstat (limited to 'vcl/inc/textrender.hxx')
-rw-r--r--vcl/inc/textrender.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/inc/textrender.hxx b/vcl/inc/textrender.hxx
index 2d9031a0cc2c..f4dcc8358cb1 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_TEXTRENDER_HXX
-#define INCLUDED_VCL_INC_TEXTRENDER_HXX
+#ifndef INCLUDED_VCL_INC_UNX_CAIROFONTIMPL_HXX
+#define INCLUDED_VCL_INC_UNX_CAIROFONTIMPL_HXX
#include <sal/types.h>
#include <vcl/salgtype.hxx>
@@ -29,6 +29,9 @@
#include "salglyphid.hxx"
#include "fontsubset.hxx"
+class PspSalPrinter;
+class PspSalInfoPrinter;
+class ServerFont;
class ImplLayoutArgs;
class ServerFontLayout;
class PhysicalFontCollection;