summaryrefslogtreecommitdiff
path: root/basic/source/uno
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-01-29 14:06:08 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-01-29 14:06:08 +0000
commit1db2e047761c68a517664a135bb5af8a61af992c (patch)
treeff4528bb32ce83fcd91ed1da9c2aff5e3e61f938 /basic/source/uno
parent0bf84bea96cc8733cb415d287fcfe6a003c4810b (diff)
INTEGRATION: CWS npower5 (1.2.20); FILE MERGED
2007/01/17 16:53:06 npower 1.2.20.1: #i71380# re-add code to raise ui when trying to save password protected libraries containing modules that exceed the size limit
Diffstat (limited to 'basic/source/uno')
-rw-r--r--basic/source/uno/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/basic/source/uno/makefile.mk b/basic/source/uno/makefile.mk
index a1458baac55d..f9795d30adb7 100644
--- a/basic/source/uno/makefile.mk
+++ b/basic/source/uno/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: kz $ $Date: 2006-11-08 11:54:02 $
+# last change: $Author: rt $ $Date: 2007-01-29 15:06:08 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -51,7 +51,8 @@ SLOFILES= \
$(SLO)$/scriptcont.obj \
$(SLO)$/dlgcont.obj \
$(SLO)$/sbmodule.obj \
- $(SLO)$/sbservices.obj
+ $(SLO)$/sbservices.obj \
+ $(SLO)$/modsizeexceeded.obj
# --- Targets --------------------------------------------------------------