From abcca7ae5ff80eb53e239f96392832d4046f460d Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Mon, 23 Dec 2013 23:11:41 +0100 Subject: Remove unused variables. Change-Id: I062936c50566ce25a652a50fec1ca948b5616415 --- vcl/inc/svdata.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'vcl/inc') diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index 3f2ad238c84d..5a8dfb6541d7 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -93,7 +93,6 @@ class VclEventListeners2; class SalData; namespace vcl { class DisplayConnection; class SettingsConfigItem; class DeleteOnDeinitBase; } -namespace utl { class DefaultFontConfiguration; class FontSubstConfiguration; } class LocaleConfigurationListener : public utl::ConfigurationListener { @@ -176,8 +175,6 @@ struct ImplSVGDIData long mnAppFontX; // AppFont X-Numenator for 40/tel Width + DialogScaleX long mnAppFontY; // AppFont Y-Numenator for 80/tel Height sal_Bool mbFontSubChanged; // sal_True: FontSubstitution was changed between Begin/End - utl::DefaultFontConfiguration* mpDefaultFontConfiguration; - utl::FontSubstConfiguration* mpFontSubstConfiguration; bool mbNativeFontConfig; // true: do not override UI font bool mbNoXORClipping; // true: do not use XOR to achieve clipping effects }; -- cgit