summaryrefslogtreecommitdiffstats
path: root/uui/source/requeststringresolver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/requeststringresolver.hxx')
-rw-r--r--uui/source/requeststringresolver.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/requeststringresolver.hxx b/uui/source/requeststringresolver.hxx
index 7a9bf0237623..27a94e6ba299 100644
--- a/uui/source/requeststringresolver.hxx
+++ b/uui/source/requeststringresolver.hxx
@@ -40,8 +40,8 @@ public:
private:
std::unique_ptr<UUIInteractionHelper> m_pImpl;
- UUIInteractionRequestStringResolver(UUIInteractionRequestStringResolver &) = delete;
- void operator =(UUIInteractionRequestStringResolver&) = delete;
+ UUIInteractionRequestStringResolver(UUIInteractionRequestStringResolver const &) = delete;
+ void operator =(UUIInteractionRequestStringResolver const &) = delete;
virtual ~UUIInteractionRequestStringResolver() override;