summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/sdr/primitive2d/sdrcaptionprimitive2d.hxx1
-rw-r--r--svx/inc/sdr/primitive2d/sdrellipseprimitive2d.hxx6
-rw-r--r--svx/inc/sdr/primitive2d/sdrrectangleprimitive2d.hxx1
-rw-r--r--svx/inc/svdibrow.hxx5
4 files changed, 0 insertions, 13 deletions
diff --git a/svx/inc/sdr/primitive2d/sdrcaptionprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrcaptionprimitive2d.hxx
index 2d023b551eae..f3c9c3b13314 100644
--- a/svx/inc/sdr/primitive2d/sdrcaptionprimitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrcaptionprimitive2d.hxx
@@ -64,7 +64,6 @@ namespace drawinglayer
const ::basegfx::B2DPolygon& getTail() const { return maTail; }
double getCornerRadiusX() const { return mfCornerRadiusX; }
double getCornerRadiusY() const { return mfCornerRadiusY; }
- bool isCornerRadiusUsed() const { return (0.0 != mfCornerRadiusX || 0.0 != mfCornerRadiusY); }
// provide unique ID
DeclPrimitive2DIDBlock()
diff --git a/svx/inc/sdr/primitive2d/sdrellipseprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrellipseprimitive2d.hxx
index ce160a28abdb..be6140d2c0cf 100644
--- a/svx/inc/sdr/primitive2d/sdrellipseprimitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrellipseprimitive2d.hxx
@@ -90,12 +90,6 @@ namespace drawinglayer
bool bCloseSegment,
bool bCloseUsingCenter);
- // data access
- double getStartAngle() const { return mfStartAngle; }
- double getEndAngle() const { return mfEndAngle; }
- bool getCloseSegment() const { return mbCloseSegment; }
- bool getCloseUsingCenter() const { return mbCloseUsingCenter; }
-
// compare operator
virtual bool operator==(const BasePrimitive2D& rPrimitive) const SAL_OVERRIDE;
diff --git a/svx/inc/sdr/primitive2d/sdrrectangleprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrrectangleprimitive2d.hxx
index 5c57140897bd..729b680c160f 100644
--- a/svx/inc/sdr/primitive2d/sdrrectangleprimitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrrectangleprimitive2d.hxx
@@ -62,7 +62,6 @@ namespace drawinglayer
const attribute::SdrLineFillShadowTextAttribute& getSdrLFSTAttribute() const { return maSdrLFSTAttribute; }
double getCornerRadiusX() const { return mfCornerRadiusX; }
double getCornerRadiusY() const { return mfCornerRadiusY; }
- bool isCornerRadiusUsed() const { return (0.0 != mfCornerRadiusX || 0.0 != mfCornerRadiusY); }
bool getForceFillForHitTest() const { return mbForceFillForHitTest; }
// compare operator
diff --git a/svx/inc/svdibrow.hxx b/svx/inc/svdibrow.hxx
index 0a436533b97e..9c51bb421cbc 100644
--- a/svx/inc/svdibrow.hxx
+++ b/svx/inc/svdibrow.hxx
@@ -91,9 +91,7 @@ public:
const ImpItemListRow* GetAktChangeEntry() const { return pAktChangeEntry; }
OUString GetNewEntryValue() const { return pEditControl->GetText(); }
void SetEntryChangedHdl(const Link<>& rLink) { aEntryChangedHdl=rLink; }
- const Link<>& GetEntryChangedHdl() const { return aEntryChangedHdl; }
void SetSetDirtyHdl(const Link<>& rLink) { aSetDirtyHdl=rLink; }
- const Link<>& GetSetDirtyHdl() const { return aSetDirtyHdl; }
};
#define WB_STDSIZEABLEDOCKWIN (WB_STDDOCKWIN|WB_3DLOOK|WB_CLOSEABLE|WB_SIZEMOVE)
@@ -107,7 +105,6 @@ public:
virtual void dispose() SAL_OVERRIDE;
virtual void Resize() SAL_OVERRIDE;
virtual void GetFocus() SAL_OVERRIDE;
- void Clear() { aBrowse->Clear(); }
void SetAttributes(const SfxItemSet* pAttr, const SfxItemSet* p2ndSet=NULL) { aBrowse->SetAttributes(pAttr,p2ndSet); }
_SdrItemBrowserControl *GetBrowserControl() { return aBrowse.get(); }
};
@@ -126,10 +123,8 @@ private:
public:
SdrItemBrowser(SdrView& rView);
void ForceParent();
- void SetView(SdrView& rView) { pView=&rView; ForceParent(); SetDirty(); }
void SetDirty();
void Undirty();
- void ForceUndirty() { if (bDirty) Undirty(); }
};
#endif // INCLUDED_SVX_INC_SVDIBROW_HXX