summaryrefslogtreecommitdiffstats
path: root/include/svx/numvset.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-03-19 17:47:31 +0000
committerMichael Meeks <michael.meeks@collabora.com>2015-04-10 12:26:07 +0100
commite218bbcbf60345115772ccb2fa63418c13895bd0 (patch)
tree29d9fb87ba270b6e5464b1440fb931868d4e3f4a /include/svx/numvset.hxx
parentMove OutputDevice members to VclPtr: dbaccess, canvas. (diff)
downloadcore-e218bbcbf60345115772ccb2fa63418c13895bd0.tar.gz
core-e218bbcbf60345115772ccb2fa63418c13895bd0.zip
Move OutputDevice members to VclPtr: starmath, svx.
Change-Id: I1a5174334f41bc319e0806b9d324be64ba6d0135
Diffstat (limited to 'include/svx/numvset.hxx')
-rw-r--r--include/svx/numvset.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/numvset.hxx b/include/svx/numvset.hxx
index 374219902745..d4a13cb1d3b8 100644
--- a/include/svx/numvset.hxx
+++ b/include/svx/numvset.hxx
@@ -53,7 +53,7 @@ class SVX_DLLPUBLIC SvxNumValueSet : public ValueSet
sal_uInt16 nPageType;
bool bHTMLMode;
Rectangle aOrgRect;
- VirtualDevice* pVDev;
+ VclPtr<VirtualDevice> pVDev;
com::sun::star::uno::Reference<com::sun::star::text::XNumberingFormatter> xFormatter;
com::sun::star::lang::Locale aLocale;