diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-23 23:11:41 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-31 13:25:45 +0100 |
commit | abcca7ae5ff80eb53e239f96392832d4046f460d (patch) | |
tree | 900efd2a6c34430a4b14e69c227dac4d5060b924 /vcl/inc | |
parent | 54ec78497e4a8249eb142f55f700f4693c6dd069 (diff) |
Remove unused variables.
Change-Id: I062936c50566ce25a652a50fec1ca948b5616415
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/svdata.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
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 }; |