summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-09-13 09:33:11 +0000
committerKurt Zenker <kz@openoffice.org>2005-09-13 09:33:11 +0000
commit339512d030cc34f3e36e46992312c29b0783b33d (patch)
treedbd1205652cc76cc4ab6920ed792cf1b1b17104f /scp2/source
parentffdd3ff2c92048cfa85b9552bff3c0f568de52f5 (diff)
INTEGRATION: CWS mhu10 (1.135.6); FILE MERGED
2005/08/05 15:37:34 mhu 1.135.6.1: #i52956# #b6271301# Added style flag PATCH to gid_File_Lib_Store.
Diffstat (limited to 'scp2/source')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp6
1 files changed, 3 insertions, 3 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 9044958ff072..6210662139b0 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: file_library_ooo.scp,v $
*
- * $Revision: 1.139 $
+ * $Revision: 1.140 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:37:57 $
+ * last change: $Author: kz $ $Date: 2005-09-13 10:33:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1756,7 +1756,7 @@ File gid_File_Lib_Store
Name = STRING(CONCAT3(store,UDK_MAJOR,.dll));
#endif
Dir = gid_Dir_Program;
- Styles = (PACKED);
+ Styles = (PACKED,PATCH);
End
STD_LIB_FILE_PATCH( gid_File_Lib_Sts , sts)