summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaapplication.cxx
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-04-25 08:15:30 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-04-25 08:15:30 +0200
commit0be38078bf5a48527e132161b04f41c00c2cb048 (patch)
tree98e657130c482c715c6b928e4c8ffaf3acc1ba28 /sc/source/ui/vba/vbaapplication.cxx
parent5edc9bb7acbcb05799523aeb1bb52fe82bf99628 (diff)
Remove OS/2 support
Diffstat (limited to 'sc/source/ui/vba/vbaapplication.cxx')
-rw-r--r--sc/source/ui/vba/vbaapplication.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx
index 817ec1ecbf4a..126b238d1dc5 100644
--- a/sc/source/ui/vba/vbaapplication.cxx
+++ b/sc/source/ui/vba/vbaapplication.cxx
@@ -131,7 +131,7 @@ using ::com::sun::star::uno::UNO_QUERY;
using ::rtl::OUString;
// #TODO is this defined somewhere else?
-#if ( defined UNX ) || ( defined OS2 ) //unix
+#if ( defined UNX ) //unix
#define FILE_PATH_SEPERATOR "/"
#else // windows
#define FILE_PATH_SEPERATOR "\\"