summaryrefslogtreecommitdiff
path: root/include/toolkit
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-04-10 14:31:15 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-04-10 14:34:15 +0100
commit4804ed902a00cf72f86caa75cb6b6a04ffd72493 (patch)
treef31e606cc0add559506d4380364c1de808a5febf /include/toolkit
parentee33b094f6e02f8fcde2743c8d2ce400cfef64df (diff)
Fixup toolkit's printer code.
Change-Id: I1d9b0cee1c04e853d38135b84c5c8db24538176e
Diffstat (limited to 'include/toolkit')
-rw-r--r--include/toolkit/awt/vclxprinter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/awt/vclxprinter.hxx b/include/toolkit/awt/vclxprinter.hxx
index 2c20ccd6a7f3..a63f7746911d 100644
--- a/include/toolkit/awt/vclxprinter.hxx
+++ b/include/toolkit/awt/vclxprinter.hxx
@@ -57,7 +57,7 @@ class VCLXPrinterPropertySet :public VCLXPrinterPropertySet_Base
,public ::cppu::OPropertySetHelper
{
protected:
- VclPtr<Printer> mpPrinter;
+ VclPtr<Printer> mxPrinter;
::com::sun::star::uno::Reference< ::com::sun::star::awt::XDevice > mxPrnDevice;
sal_Int16 mnOrientation;