summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/toxmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/toxmgr.hxx')
-rw-r--r--sw/source/uibase/inc/toxmgr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/toxmgr.hxx b/sw/source/uibase/inc/toxmgr.hxx
index e665b4d63f3d..6f0ccc290721 100644
--- a/sw/source/uibase/inc/toxmgr.hxx
+++ b/sw/source/uibase/inc/toxmgr.hxx
@@ -66,8 +66,8 @@ class SW_DLLPUBLIC SwTOXDescription
//TODO: TemplateNames
//const String* pTemplateName = 0, ???
- SwTOXDescription(SwTOXDescription&) = delete;
- SwTOXDescription & operator= (SwTOXDescription&) = delete;
+ SwTOXDescription(SwTOXDescription const &) = delete;
+ SwTOXDescription & operator= (SwTOXDescription const &) = delete;
public:
// single argument ctors shall be explicit.
@@ -181,8 +181,8 @@ class SwTOXMarkDescription
boost::optional<OUString> maPhoneticReadingOfPrimKey;
boost::optional<OUString> maPhoneticReadingOfSecKey;
- SwTOXMarkDescription(SwTOXMarkDescription&) = delete;
- SwTOXMarkDescription & operator= (SwTOXMarkDescription&) = delete;
+ SwTOXMarkDescription(SwTOXMarkDescription const &) = delete;
+ SwTOXMarkDescription & operator= (SwTOXMarkDescription const &) = delete;
public:
// single argument ctors shall be explicit.