diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2011-02-18 15:28:11 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2011-02-18 15:28:11 +0100 |
commit | e5e1326484ae73223c18d2d069ab598de38dcf3a (patch) | |
tree | 2bb6fbcf8132f061f7148a2dd6dd3ab203644843 /basic | |
parent | 818496deb94e1582e355437644ef26ad75116c83 (diff) |
masterfix DEV300: #i10000# cxx removed
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/basmgr/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/basmgr/makefile.mk b/basic/source/basmgr/makefile.mk index d177379f32b8..b4855d5bb950 100644 --- a/basic/source/basmgr/makefile.mk +++ b/basic/source/basmgr/makefile.mk @@ -39,8 +39,8 @@ ENABLE_EXCEPTIONS=TRUE SLOFILES= \ $(SLO)$/basmgr.obj \ - $(SLO)$/basicmanagerrepository.obj \ - $(SLO)$/vbahelper.obj + $(SLO)$/basicmanagerrepository.obj +# $(SLO)$/vbahelper.obj # --- Targets ------------------------------------------------------------- |