summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-10 09:28:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-10 09:28:40 +0000
commit58692c30e390d24c20108a7c3140d96638898696 (patch)
treeecd84d5343b09488c91e8f8008b10fd216c2de65 /svx/inc
parent8c69b4db58ce820e27c96dc0f33890b6946a5f4c (diff)
callcatcher: remove unused methods
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/contdlg.hxx4
-rw-r--r--svx/inc/svx/strarray.hxx2
-rw-r--r--svx/inc/svx/svdhdl.hxx3
-rw-r--r--svx/inc/svx/svdhlpln.hxx5
4 files changed, 0 insertions, 14 deletions
diff --git a/svx/inc/svx/contdlg.hxx b/svx/inc/svx/contdlg.hxx
index 26e30a83ed4a..cb88430ca90f 100644
--- a/svx/inc/svx/contdlg.hxx
+++ b/svx/inc/svx/contdlg.hxx
@@ -49,10 +49,6 @@ class SVX_DLLPUBLIC SvxContourDlgChildWindow : public SfxChildWindow
SvxContourDlgChildWindow( Window*, sal_uInt16, SfxBindings*, SfxChildWinInfo* );
SFX_DECL_CHILDWINDOW( SvxContourDlgChildWindow );
-
- static void UpdateContourDlg( const Graphic& rGraphic, sal_Bool bGraphicLinked,
- const PolyPolygon* pPolyPoly = NULL,
- void* pEditingObj = NULL );
};
#ifndef _REDUCED_ContourDlg_HXX_
diff --git a/svx/inc/svx/strarray.hxx b/svx/inc/svx/strarray.hxx
index ba2d62e53bd2..258361278041 100644
--- a/svx/inc/svx/strarray.hxx
+++ b/svx/inc/svx/strarray.hxx
@@ -43,8 +43,6 @@ public:
~SvxStringArray();
const String& GetStringByPos( sal_uInt32 nPos ) const;
- const String& GetStringByType( long nType ) const;
- long GetValueByStr( const String& rStr ) const;
};
diff --git a/svx/inc/svx/svdhdl.hxx b/svx/inc/svx/svdhdl.hxx
index cadd4a4f593e..91a067a7a471 100644
--- a/svx/inc/svx/svdhdl.hxx
+++ b/svx/inc/svx/svdhdl.hxx
@@ -460,7 +460,6 @@ protected:
unsigned bRotateShear : 1;
unsigned bDistortShear : 1;
unsigned bMoveOutside : 1; // Handles nach aussen ruecken (fuer TextEdit)
- unsigned bFineHandles : 1;
private:
SVX_DLLPRIVATE SdrHdlList(const SdrHdlList&): aList(1024,64,64) {}
@@ -497,8 +496,6 @@ public:
sal_Bool IsRotateShear() const { return bRotateShear; }
void SetDistortShear(sal_Bool bOn);
sal_Bool IsDistortShear() const { return bDistortShear; }
- void SetFineHdl(sal_Bool bOn);
- sal_Bool IsFineHdl() const { return bFineHandles; }
// AddHdl uebernimmt das Handle in sein Eigentum. Es muss
// also auf dem Heap stehen, da Clear() ein delete macht.
diff --git a/svx/inc/svx/svdhlpln.hxx b/svx/inc/svx/svdhlpln.hxx
index a6a11d4df2cf..0106c2da06a2 100644
--- a/svx/inc/svx/svdhlpln.hxx
+++ b/svx/inc/svx/svdhlpln.hxx
@@ -70,11 +70,6 @@ public:
bool IsHit(const Point& rPnt, sal_uInt16 nTolLog, const OutputDevice& rOut) const;
// OutputDevice wird benoetigt, da Fangpunkte eine feste Pixelgroesse haben
Rectangle GetBoundRect(const OutputDevice& rOut) const;
-
- /* returns true if this and the given help line would be rendered at the same pixel position
- of the given OutputDevice. This can be used to avoid drawing multiple help lines with xor
- on same position which could render them invisible */
- bool IsVisibleEqual( const SdrHelpLine& rHelpLine, const OutputDevice& rOut ) const;
};
#define SDRHELPLINE_NOTFOUND 0xFFFF