summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/file')
-rw-r--r--connectivity/source/inc/file/fcode.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/inc/file/fcode.hxx b/connectivity/source/inc/file/fcode.hxx
index d3a3b8ac72f7..fe66e3c32710 100644
--- a/connectivity/source/inc/file/fcode.hxx
+++ b/connectivity/source/inc/file/fcode.hxx
@@ -44,7 +44,6 @@ namespace connectivity
public:
//virtual dtor to allow this to be the root of the class hierarchy
virtual ~OCode();
-#if !defined _MSC_VER || _MSC_VER >= 1900
//but that disables the default move ctor
OCode(OCode&&) = default;
//but that disables the rest of default ctors
@@ -53,7 +52,6 @@ namespace connectivity
//and same issue for the assignment operators
OCode& operator=(const OCode&) = default;
OCode& operator=(OCode&&) = default;
-#endif
static void * SAL_CALL operator new( size_t nSize )
{ return ::rtl_allocateMemory( nSize ); }