summaryrefslogtreecommitdiff
path: root/include/svtools/ruler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/ruler.hxx')
-rw-r--r--include/svtools/ruler.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx
index 86b7773568ee..6c430dcc54e9 100644
--- a/include/svtools/ruler.hxx
+++ b/include/svtools/ruler.hxx
@@ -719,9 +719,8 @@ private:
DECL_DLLPRIVATE_LINK( ImplUpdateHdl, void* );
- // Forbidden and not implemented.
- Ruler (const Ruler &);
- Ruler& operator= (const Ruler &);
+ Ruler (const Ruler &) SAL_DELETED_FUNCTION;
+ Ruler& operator= (const Ruler &) SAL_DELETED_FUNCTION;
protected:
long GetRulerVirHeight() const { return mnVirHeight;}