summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/services/uriabbreviation.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/services/uriabbreviation.hxx b/framework/inc/services/uriabbreviation.hxx
index f0f881435095..3e172bc6956b 100644
--- a/framework/inc/services/uriabbreviation.hxx
+++ b/framework/inc/services/uriabbreviation.hxx
@@ -47,8 +47,8 @@ public:
virtual OUString SAL_CALL abbreviateString(const css::uno::Reference< css::util::XStringWidth > & xStringWidth, ::sal_Int32 nWidth, const OUString & aString) override;
private:
- UriAbbreviation(UriAbbreviation &) = delete;
- void operator =(UriAbbreviation &) = delete;
+ UriAbbreviation(UriAbbreviation const &) = delete;
+ UriAbbreviation& operator =(UriAbbreviation const &) = delete;
virtual ~UriAbbreviation() override {}
};