summaryrefslogtreecommitdiff
path: root/svx/source/svdraw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-16 11:39:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-16 12:21:10 +0200
commita7ba47243cb70b78c8d8674558ed6db35b79da99 (patch)
tree4b592f6cb5a177de8fc43f75bb4e6018bdfb7f7f /svx/source/svdraw
parenteb40f4af949309a82ce369f1636f4e79b9f8631e (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I63d27cd70a7c6d4ad73f83db5e19985c0e3b8d7c
Diffstat (limited to 'svx/source/svdraw')
-rw-r--r--svx/source/svdraw/svddrgm1.hxx3
-rw-r--r--svx/source/svdraw/svddrgmt.cxx3
-rw-r--r--svx/source/svdraw/svdetc.cxx2
3 files changed, 1 insertions, 7 deletions
diff --git a/svx/source/svdraw/svddrgm1.hxx b/svx/source/svdraw/svddrgm1.hxx
index 89fda63641be..99f7a1749b84 100644
--- a/svx/source/svdraw/svddrgm1.hxx
+++ b/svx/source/svdraw/svddrgm1.hxx
@@ -44,9 +44,6 @@ class SdrDragView;
class SdrDragMovHdl : public SdrDragMethod
{
-private:
- bool bMirrObjShown;
-
protected:
// define nothing, overload to do so
virtual void createSdrDragEntries();
diff --git a/svx/source/svdraw/svddrgmt.cxx b/svx/source/svdraw/svddrgmt.cxx
index 7bb88567c1dd..76361c1ed991 100644
--- a/svx/source/svdraw/svddrgmt.cxx
+++ b/svx/source/svdraw/svddrgmt.cxx
@@ -868,8 +868,7 @@ drawinglayer::primitive2d::Primitive2DSequence SdrDragMethod::AddConnectorOverla
TYPEINIT1(SdrDragMovHdl,SdrDragMethod);
SdrDragMovHdl::SdrDragMovHdl(SdrDragView& rNewView)
-: SdrDragMethod(rNewView),
- bMirrObjShown(false)
+: SdrDragMethod(rNewView)
{
}
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx
index 2f50609847aa..7cab83dc4e1b 100644
--- a/svx/source/svdraw/svdetc.cxx
+++ b/svx/source/svdraw/svdetc.cxx
@@ -59,7 +59,6 @@
#include <unotools/localedatawrapper.hxx>
#include <com/sun/star/lang/Locale.hpp>
#include <i18npool/lang.h>
-#include <unotools/charclass.hxx>
#include <unotools/syslocale.hxx>
#include <svx/xflbckit.hxx>
#include <svx/extrusionbar.hxx>
@@ -78,7 +77,6 @@ using namespace ::com::sun::star;
SdrGlobalData::SdrGlobalData() :
pSysLocale(NULL),
- pCharClass(NULL),
pLocaleData(NULL),
pOutliner(NULL),
pDefaults(NULL),