summaryrefslogtreecommitdiff
path: root/basic/source/comp/dim.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/comp/dim.cxx')
-rw-r--r--basic/source/comp/dim.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx
index 1ea7ce3c6ca5..3b3a0e75bd5c 100644
--- a/basic/source/comp/dim.cxx
+++ b/basic/source/comp/dim.cxx
@@ -276,16 +276,9 @@ void SbiParser::DefVar( SbiOpcode eOp, bool bStatic )
}
}
-#ifdef SHARED
-#define tmpSHARED
-#undef SHARED
-#endif
// SHARED were ignored
if( Peek() == SHARED ) Next();
-#ifdef tmpSHARED
-#define SHARED
-#undef tmpSHARED
-#endif
+
// PRESERVE only at REDIM
if( Peek() == PRESERVE )
{