summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2004-07-23 06:54:17 +0000
committergt <gt@openoffice.org>2004-07-23 06:54:17 +0000
commit001aad587f0c8643922695dbd140b9d0e7fa7aa9 (patch)
tree87f1cd5ae57a336522f1d21c05c3b5f580019dc9
parent7735f9f7120d6d821824a0c7912dcd633e9cca47 (diff)
#i20883# no need for warnings.* here
-rw-r--r--xmlsecurity/source/dialogs/makefile.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/xmlsecurity/source/dialogs/makefile.mk b/xmlsecurity/source/dialogs/makefile.mk
index 33bfc1914a36..1858f755e622 100644
--- a/xmlsecurity/source/dialogs/makefile.mk
+++ b/xmlsecurity/source/dialogs/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: gt $ $Date: 2004-07-20 05:35:10 $
+# last change: $Author: gt $ $Date: 2004-07-23 07:54:17 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -86,16 +86,14 @@ SRC1FILES = \
digitalsignaturesdialog.src \
certificatechooser.src \
certificateviewer.src \
- macrosecurity.src \
- warnings.src
+ macrosecurity.src
SLOFILES= \
$(SLO)$/digitalsignaturesdialog.obj \
$(SLO)$/certificatechooser.obj \
$(SLO)$/certificateviewer.obj \
$(SLO)$/macrosecurity.obj \
- $(SLO)$/resourcemanager.obj \
- $(SLO)$/warnings.obj
+ $(SLO)$/resourcemanager.obj
# --- Targets ------------------------------------------------------