summaryrefslogtreecommitdiff
path: root/include/svx/svdhlpln.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdhlpln.hxx')
-rw-r--r--include/svx/svdhlpln.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/svdhlpln.hxx b/include/svx/svdhlpln.hxx
index 1afb7a139e03..acbc98dc9384 100644
--- a/include/svx/svdhlpln.hxx
+++ b/include/svx/svdhlpln.hxx
@@ -64,7 +64,6 @@ class SVX_DLLPUBLIC SdrHelpLineList {
public:
SdrHelpLineList() {}
SdrHelpLineList(const SdrHelpLineList& rSrcList) { *this=rSrcList; }
- void Clear();
SdrHelpLineList& operator=(const SdrHelpLineList& rSrcList);
bool operator==(const SdrHelpLineList& rCmp) const;
bool operator!=(const SdrHelpLineList& rCmp) const { return !operator==(rCmp); }