summaryrefslogtreecommitdiffstats
path: root/include/toolkit
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-03-16 15:24:04 +0000
committerMichael Meeks <michael.meeks@collabora.com>2015-04-10 11:32:11 +0100
commitefa40d415046d377b293fea14a4a3c3fd1bf0129 (patch)
treeafcb4666bbd465365e76793217c9fc186c617d5d /include/toolkit
parentvclwidget: convert lots more sites to use VclPtr (diff)
downloadcore-efa40d415046d377b293fea14a4a3c3fd1bf0129.tar.gz
core-efa40d415046d377b293fea14a4a3c3fd1bf0129.zip
vclptr: switch printers away from boost_shared.
Also continue to move to extended toolkit/ API. Change-Id: Ibd4337b014ee096c84d0ad4435e2c5de1b258afe
Diffstat (limited to 'include/toolkit')
-rw-r--r--include/toolkit/awt/vclxprinter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toolkit/awt/vclxprinter.hxx b/include/toolkit/awt/vclxprinter.hxx
index 892cc4cb0839..2c20ccd6a7f3 100644
--- a/include/toolkit/awt/vclxprinter.hxx
+++ b/include/toolkit/awt/vclxprinter.hxx
@@ -57,11 +57,11 @@ class VCLXPrinterPropertySet :public VCLXPrinterPropertySet_Base
,public ::cppu::OPropertySetHelper
{
protected:
- std::shared_ptr<Printer> mxPrinter;
+ VclPtr<Printer> mpPrinter;
::com::sun::star::uno::Reference< ::com::sun::star::awt::XDevice > mxPrnDevice;
sal_Int16 mnOrientation;
- bool mbHorizontal;
+ bool mbHorizontal;
public:
VCLXPrinterPropertySet( const OUString& rPrinterName );
virtual ~VCLXPrinterPropertySet();