summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--solenv/bin/fix_def_file.cmd6
-rw-r--r--solenv/bin/fix_def_ord.cmd2
-rw-r--r--solenv/bin/fix_dxp_file.cmd4
-rw-r--r--solenv/bin/fix_exp_file.cmd10
-rw-r--r--solenv/inc/postmac.h1
-rw-r--r--solenv/inc/premac.h1
6 files changed, 1 insertions, 23 deletions
diff --git a/solenv/bin/fix_def_file.cmd b/solenv/bin/fix_def_file.cmd
index 4db97f8ce435..3f303c8d0b02 100644
--- a/solenv/bin/fix_def_file.cmd
+++ b/solenv/bin/fix_def_file.cmd
@@ -29,12 +29,6 @@ do while( lines())
if l = '_GetVersionInfo' then l = ''
/* remove GLOBAL symbols */
-/*
- if POS('_GLOBAL_', l) > 0 then l = ';'l
- if POS('_ZN4_STL', l) > 0 then l = ';'l
- if POS('_ZNK4_STL', l) > 0 then l = ';'l
-*/
- /* if LENGTH(l) > 254 then l = ';(>254)'left(l,100)*/
IF LENGTH(l)>0 THEN DO
say l
diff --git a/solenv/bin/fix_def_ord.cmd b/solenv/bin/fix_def_ord.cmd
index eaeb666626db..a308edd43513 100644
--- a/solenv/bin/fix_def_ord.cmd
+++ b/solenv/bin/fix_def_ord.cmd
@@ -13,7 +13,7 @@ do while( lines())
l = linein()
IF LENGTH(l)>0 THEN DO
- say l /* ' @'ord ' RESIDENTNAME' */
+ say l
ord = ord + 1
END
end
diff --git a/solenv/bin/fix_dxp_file.cmd b/solenv/bin/fix_dxp_file.cmd
index 66149c1207ea..bcad4e9b48f7 100644
--- a/solenv/bin/fix_dxp_file.cmd
+++ b/solenv/bin/fix_dxp_file.cmd
@@ -20,10 +20,6 @@ do while( lines())
if l = '_component_getDescriptionFunc' then l = ''
if l = '_GetVersionInfo' then l = ''
- /* remove GLOBAL symbols */
-/*
- if WORDPOS( l, '_GLOBAL_') > 0 then l = ''
-*/
say l
diff --git a/solenv/bin/fix_exp_file.cmd b/solenv/bin/fix_exp_file.cmd
index bec416c06e05..fc2a6191fc2b 100644
--- a/solenv/bin/fix_exp_file.cmd
+++ b/solenv/bin/fix_exp_file.cmd
@@ -25,16 +25,6 @@ do while( lines())
/* remove GLOBAL symbols */
if POS('_GLOBAL_', l) > 0 then l = ';'l
-/*
- if POS('!', l) > 0 then l = ';'l
- if POS('_ZN4_STL', l) > 0 then l = ';'l
- if POS('_ZNK4_STL', l) > 0 then l = ';'l
- if POS('ImplClass', l) > 0 then l = ';'l
- if POS('ImplHelper', l) > 0 then l = ';'l
- if POS('UsageHelper', l) > 0 then l = ';'l
- if POS('com3sun4star3', l) > 0 then l = ';'l
-*/
- /* if LENGTH(l) > 254 then l = ';(>254)'left(l,100) */
if POS(';', l) > 0 then l = LEFT(l,POS(';', l)-1)
diff --git a/solenv/inc/postmac.h b/solenv/inc/postmac.h
index 814128a94dfe..a50e7b6e93d6 100644
--- a/solenv/inc/postmac.h
+++ b/solenv/inc/postmac.h
@@ -44,7 +44,6 @@
#undef LSize
#undef ModalDialog
#undef SetCursor
-//#undef ShowWindow
#undef StringPtr
#undef DirInfo
#undef ULONG
diff --git a/solenv/inc/premac.h b/solenv/inc/premac.h
index eca4d4c5a77b..f602c64f07c5 100644
--- a/solenv/inc/premac.h
+++ b/solenv/inc/premac.h
@@ -44,7 +44,6 @@
#define LSize MacOSLSize
#define ModalDialog MacOSModalDialog
#define SetCursor MacOSSetCursor
-//#define ShowWindow MacOSShowWindow
#define StringPtr MacOSStringPtr
#define DirInfo MacOSDirInfo
#define ULONG MacOSULONG