summaryrefslogtreecommitdiff
path: root/include/editeng/swafopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/swafopt.hxx')
-rw-r--r--include/editeng/swafopt.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/editeng/swafopt.hxx b/include/editeng/swafopt.hxx
index 0d4e6ba310e8..360954a24ab8 100644
--- a/include/editeng/swafopt.hxx
+++ b/include/editeng/swafopt.hxx
@@ -22,7 +22,6 @@
#include <sal/config.h>
-#include <config_global.h>
#include <editeng/editengdllapi.h>
#include <o3tl/sorted_vector.hxx>
#include <rtl/ustring.hxx>
@@ -59,9 +58,6 @@ class SortedAutoCompleteStrings
SortedAutoCompleteStrings& operator =(SortedAutoCompleteStrings const &) = delete;
-#if !HAVE_CPP_GUARANTEED_COPY_ELISION
-public:
-#endif
// For createNonOwningCopy only:
SortedAutoCompleteStrings(SortedAutoCompleteStrings const & other):
sorted_vector(other), owning_(false) {}