summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-13 17:15:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-14 10:39:13 +0200
commitbc8a8443a4c9f85dbfa8e064d14c603f5a2d160f (patch)
treec5cd5fd55fde31c0a2d0870f74aff717428f739c /vcl/inc
parent0cbc03f46828296b06bb58ae7e7face7bc1a6364 (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I5d37ddd95068d807d0f28dd2f00d43b227e910c5
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/canvasbitmap.hxx1
-rw-r--r--vcl/inc/generic/printerjob.hxx1
-rw-r--r--vcl/inc/impfont.hxx1
-rw-r--r--vcl/inc/impoct.hxx5
-rw-r--r--vcl/inc/vcl/field.hxx2
-rw-r--r--vcl/inc/vcl/lineinfo.hxx3
-rw-r--r--vcl/inc/vcl/settings.hxx5
7 files changed, 0 insertions, 18 deletions
diff --git a/vcl/inc/canvasbitmap.hxx b/vcl/inc/canvasbitmap.hxx
index c57c6ed1f82b..68deab218699 100644
--- a/vcl/inc/canvasbitmap.hxx
+++ b/vcl/inc/canvasbitmap.hxx
@@ -55,7 +55,6 @@ namespace unotools
sal_Int32 m_nAlphaIndex;
sal_Int32 m_nIndexIndex;
sal_Int8 m_nEndianness;
- bool m_bSwap;
bool m_bPalette;
SAL_DLLPRIVATE void setComponentInfo( sal_uLong redShift, sal_uLong greenShift, sal_uLong blueShift );
diff --git a/vcl/inc/generic/printerjob.hxx b/vcl/inc/generic/printerjob.hxx
index aa05394ed995..831fda471830 100644
--- a/vcl/inc/generic/printerjob.hxx
+++ b/vcl/inc/generic/printerjob.hxx
@@ -78,7 +78,6 @@ private: // private data
double mfXScale;
double mfYScale;
- sal_Int32 mnErrorCode;
bool m_bQuickJob;
private: // private methods
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx
index 9173771b3e4c..5ea1cd78b645 100644
--- a/vcl/inc/impfont.hxx
+++ b/vcl/inc/impfont.hxx
@@ -79,7 +79,6 @@ private:
FontStrikeout meStrikeout;
FontRelief meRelief;
FontEmphasisMark meEmphasisMark;
- FontType meType; // used by metrics only
short mnOrientation;
FontKerning mnKerning;
sal_Bool mbWordLine:1,
diff --git a/vcl/inc/impoct.hxx b/vcl/inc/impoct.hxx
index de6d6f27ab62..81431c0b2336 100644
--- a/vcl/inc/impoct.hxx
+++ b/vcl/inc/impoct.hxx
@@ -31,7 +31,6 @@ class ImpErrorQuad
long nRed;
long nGreen;
long nBlue;
- long nReserved;
public:
@@ -124,10 +123,6 @@ inline BitmapColor ImpErrorQuad::ImplGetColor()
class ImpNodeCache
{
OctreeNode* pActNode;
- sal_uLong nNew;
- sal_uLong nDelete;
- sal_uLong nGet;
- sal_uLong nRelease;
public:
diff --git a/vcl/inc/vcl/field.hxx b/vcl/inc/vcl/field.hxx
index c9d991168322..03809e1fd4ca 100644
--- a/vcl/inc/vcl/field.hxx
+++ b/vcl/inc/vcl/field.hxx
@@ -321,7 +321,6 @@ private:
Date maMax;
Date maCorrectedDate;
sal_Bool mbLongFormat;
- sal_Bool mbEmptyDate;
sal_Bool mbShowDateCentury;
sal_uInt16 mnDateFormat;
sal_uLong mnExtDateFormat;
@@ -419,7 +418,6 @@ private:
TimeFieldFormat meFormat;
sal_uInt16 mnTimeFormat;
sal_Bool mbDuration;
- sal_Bool mbEmptyTime;
sal_Bool mbEnforceValidValue;
SAL_DLLPRIVATE void ImplInit();
diff --git a/vcl/inc/vcl/lineinfo.hxx b/vcl/inc/vcl/lineinfo.hxx
index 069a1f015e9f..124ab3a84842 100644
--- a/vcl/inc/vcl/lineinfo.hxx
+++ b/vcl/inc/vcl/lineinfo.hxx
@@ -72,9 +72,6 @@ class VCL_DLLPUBLIC LineInfo
private:
ImplLineInfo* mpImplLineInfo;
- long n1;
- long n2;
- long n3;
SAL_DLLPRIVATE void ImplMakeUnique();
diff --git a/vcl/inc/vcl/settings.hxx b/vcl/inc/vcl/settings.hxx
index 2f62cee8efc9..b8713d536d29 100644
--- a/vcl/inc/vcl/settings.hxx
+++ b/vcl/inc/vcl/settings.hxx
@@ -79,7 +79,6 @@ private:
sal_uLong mnFollow;
sal_uInt16 mnMiddleButtonAction;
sal_uInt16 mnWheelBehavior;
- sal_Bool mbAlign1;
};
// -----------------
@@ -227,8 +226,6 @@ class ImplStyleData
private:
sal_uLong mnRefCount;
- void* mpStyleData_NotUsedYet;
-
Color maActiveBorderColor;
Color maActiveColor;
Color maActiveColor2;
@@ -947,7 +944,6 @@ public:
// -----------------------
// - ImplAllSettingsData -
// -----------------------
-class LocaleConfigurationListener;
class ImplAllSettingsData
{
friend class AllSettings;
@@ -972,7 +968,6 @@ private:
LocaleDataWrapper* mpUILocaleDataWrapper;
vcl::I18nHelper* mpI18nHelper;
vcl::I18nHelper* mpUII18nHelper;
- LocaleConfigurationListener* mpLocaleCfgListener;
SvtSysLocale maSysLocale;
};