diff options
author | Xisco Fauli <anistenis@gmail.com> | 2016-04-22 23:43:52 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-04-25 17:46:10 +0000 |
commit | 188439aac2e2e85821b4a114c1298bdf36a7b2ea (patch) | |
tree | 1d47d018c43c349d313b88f5e6fe4c36d0053a56 /vcl/inc | |
parent | 03124f5be5466c7f7cac012de05ef387b9718c4a (diff) |
tdf#62525 vcl: use cow_wrapper for font
Change-Id: Ib08d2a20c7b8dab9772c568eb4ccb8e235a30eee
Reviewed-on: https://gerrit.libreoffice.org/24308
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/impfont.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx index 37fdea522b7b..f2cb44c2e5a2 100644 --- a/vcl/inc/impfont.hxx +++ b/vcl/inc/impfont.hxx @@ -102,8 +102,6 @@ private: void AskConfig(); - sal_uInt32 mnRefCount; - // Device independent variables OUString maFamilyName; OUString maStyleName; |