diff options
author | Noel Power <npower@openoffice.org> | 2009-10-08 09:35:29 +0000 |
---|---|---|
committer | Noel Power <npower@openoffice.org> | 2009-10-08 09:35:29 +0000 |
commit | f9baeb9ab8ef6239238d440f53721107bdb2c297 (patch) | |
tree | 9ba6559ceb231ca4dde379c436e7f55759da5410 /vbahelper/source | |
parent | 8dc5bfac10ba6616dc1269ae4102c3bb4ef21d46 (diff) |
visibility=true ( fixes wae in vbashape.cxx )
Diffstat (limited to 'vbahelper/source')
-rw-r--r-- | vbahelper/source/vbahelper/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/makefile.mk b/vbahelper/source/vbahelper/makefile.mk index bd57415ddec8..a8a4167948f4 100644 --- a/vbahelper/source/vbahelper/makefile.mk +++ b/vbahelper/source/vbahelper/makefile.mk @@ -34,7 +34,7 @@ PRJNAME=vbahelper TARGET=vbahelperbits ENABLE_EXCEPTIONS := TRUE - +VISIBILITY_HIDDEN=TRUE # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk |