summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-09-09 04:08:29 +0000
committerOliver Bolte <obo@openoffice.org>2009-09-09 04:08:29 +0000
commit506d8c143ec55b866c1aae565b4cd17589dafb4b (patch)
tree7fcc39e537832001fb2cddc663b4f344f636f980 /scp2
parent76a9ea70aeb84dc0057d201ab4ab8716ee448ee7 (diff)
CWS-TOOLING: integrate CWS native265
2009-09-01 11:06:19 +0200 is r275650 : #i104658# patch for mozbootstrap.dll 2009-08-31 16:52:35 +0200 is r275615 : #160508# fixing typo 2009-08-31 16:35:50 +0200 is r275614 : #160508# small code fixes
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 4508d303be7f..0f8c57b2941e 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -1001,7 +1001,7 @@ File gid_File_Lib_Mozbootstrap
#ifdef UNX
Name = STRING(CONCAT2(libmozbootstrap,UNXSUFFIX));
#else
- Name = "libmozbootstrap.dll";
+ Name = "mozbootstrap.dll";
#endif
End