summaryrefslogtreecommitdiffstats
path: root/scp2
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-12-22 14:40:01 +0100
committerJan Holesovsky <kendy@suse.cz>2011-12-22 18:39:48 +0100
commitf31656f18ac39db28aa047a43338457f09804915 (patch)
tree9509ad1e60005fd0b079f99c428d0dcc376a6189 /scp2
parentpoint directly to http://www.validome.org/xml/ (diff)
downloadcore-f31656f18ac39db28aa047a43338457f09804915.tar.gz
core-f31656f18ac39db28aa047a43338457f09804915.zip
The packaging was missing uno_cppuhelpergcc33.dll on MinGW.
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/ure.scp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp
index 09d27aaf4dfd..58d8ec017ae6 100644
--- a/scp2/source/ooo/ure.scp
+++ b/scp2/source/ooo/ure.scp
@@ -192,7 +192,7 @@ File gid_File_Dl_Cppuhelper
LIB_FILE_BODY;
Dir = SCP2_URE_DL_DIR;
#if defined WNT && !defined _MSC // Hack for not gbuild'ified cppuhelper on MinGW:
- Name = "uno_cppuhelpergcc33.dll"
+ Name = "uno_cppuhelpergcc33.dll";
#else
Name = SCP2_URE_DL_UNO_COMID_VER("cppuhelper", "3");
#endif