diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-08-31 11:14:33 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-08-31 11:14:33 +0000 |
commit | cf2c2380a2ac5c2ecfb29ab8818d75cdb175deba (patch) | |
tree | 5a32613231ab4e56f535ed15a38928c5258d0a81 /svx/source/stbctrls | |
parent | 27bbbacf4eef8056a20a42a7831089bcc137ab65 (diff) |
INTEGRATION: CWS xmlsec05 (1.2.390); FILE MERGED
2004/07/15 13:39:29 gt 1.2.390.1: #i20883# XmlSec status bar controler
Diffstat (limited to 'svx/source/stbctrls')
-rw-r--r-- | svx/source/stbctrls/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/svx/source/stbctrls/makefile.mk b/svx/source/stbctrls/makefile.mk index 6ea299a846d9..08da2bc53774 100644 --- a/svx/source/stbctrls/makefile.mk +++ b/svx/source/stbctrls/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: kz $ $Date: 2003-08-25 14:39:13 $ +# last change: $Author: kz $ $Date: 2004-08-31 12:14:33 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,7 +87,8 @@ SLOFILES= \ $(SLO)$/zoomctrl.obj \ $(SLO)$/pszctrl.obj \ $(SLO)$/selctrl.obj \ - $(SLO)$/modctrl.obj + $(SLO)$/modctrl.obj \ + $(SLO)$/xmlsecctrl.obj HXX1TARGET=stbctrls HXX1EXT= hxx @@ -97,7 +98,8 @@ HXX1DEPN=\ $(INC)$/zoomctrl.hxx \ $(INC)$/pszctrl.hxx \ $(INC)$/selctrl.hxx \ - $(INC)$/modctrl.hxx + $(INC)$/modctrl.hxx \ + $(INC)$/xmlsecctrl.hxx # --- Targets ------------------------------------------------------- |