diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 15:03:50 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 15:03:50 +0000 |
commit | 1979a7f1ebbfd7764e165e5dbfe92f44f646004a (patch) | |
tree | 282b1d6a1e62f235ba5293de1f7402862525e257 /sw/source/ui/frmdlg | |
parent | 4a81b2c026487ddf247fbd79450bc67ca4845f41 (diff) |
INTEGRATION: CWS sw8u10bf05 (1.13.1098); FILE MERGED
2008/01/24 10:48:29 ama 1.13.1098.1: Fix #i85182#: Remove unused code
Diffstat (limited to 'sw/source/ui/frmdlg')
-rw-r--r-- | sw/source/ui/frmdlg/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/ui/frmdlg/makefile.mk b/sw/source/ui/frmdlg/makefile.mk index efc14891c3e8..5f19e7719b9f 100644 --- a/sw/source/ui/frmdlg/makefile.mk +++ b/sw/source/ui/frmdlg/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: rt $ $Date: 2005-09-09 07:53:47 $ +# last change: $Author: vg $ $Date: 2008-03-18 16:03:50 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -56,7 +56,6 @@ SRC1FILES = \ wrap.src SLOFILES = \ - $(SLO)$/bbmgr.obj \ $(SLO)$/colmgr.obj \ $(SLO)$/column.obj \ $(SLO)$/colex.obj \ @@ -75,7 +74,6 @@ EXCEPTIONSFILES = \ LIB1TARGET = $(SLB)$/$(TARGET).lib LIB1OBJFILES = \ - $(SLO)$/bbmgr.obj \ $(SLO)$/colmgr.obj \ $(SLO)$/colex.obj \ $(SLO)$/frmmgr.obj |