diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 16:27:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 16:27:00 +0000 |
commit | 4efea545b4ab8c43cd7bfc4512fad4e1f2f5f725 (patch) | |
tree | c6052c7012c86e9448e2386821234392ec15363d | |
parent | 651f42469eadce1e45acc307f001a5c09d2b9c7c (diff) |
INTEGRATION: CWS dba22a (1.28.76); FILE MERGED
2006/11/22 15:04:01 fs 1.28.76.1: #i71860# outsource most of the FormControlling functionality into a dedicated service css.form.runtime.FormOperations
-rw-r--r-- | svx/source/form/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/form/makefile.mk b/svx/source/form/makefile.mk index 7afd52b36669..5296b0b0c77b 100644 --- a/svx/source/form/makefile.mk +++ b/svx/source/form/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.28 $ +# $Revision: 1.29 $ # -# last change: $Author: ihi $ $Date: 2006-08-29 14:36:14 $ +# last change: $Author: rt $ $Date: 2006-12-01 17:27:00 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -57,7 +57,6 @@ SRC1FILES= \ formshell.src \ datanavi.src - SLOFILES = \ $(SLO)$/formtoolbars.obj \ $(SLO)$/fmdocumentclassification.obj \ |