diff options
author | jp <jp@openoffice.org> | 2001-11-14 15:30:21 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2001-11-14 15:30:21 +0000 |
commit | 67bad81c34473357d70b86a9cefe1f64afa4cf11 (patch) | |
tree | e8aa8e1d3f96f1c86e5173454ba19c14721ff99e /sw/source/ui/dialog/makefile.mk | |
parent | 3321444a6d87adf107cfbd1518319fec5d0cd742 (diff) |
Task #94434#: new method Reader::GetSectionList - to handle it by the specific readers and not in the dialog
Diffstat (limited to 'sw/source/ui/dialog/makefile.mk')
-rw-r--r-- | sw/source/ui/dialog/makefile.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/ui/dialog/makefile.mk b/sw/source/ui/dialog/makefile.mk index 0bb6eacdde..c4529d300e 100644 --- a/sw/source/ui/dialog/makefile.mk +++ b/sw/source/ui/dialog/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: os $ $Date: 2001-05-15 10:00:33 $ +# last change: $Author: jp $ $Date: 2001-11-14 16:30:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -104,9 +104,6 @@ SLOFILES = \ $(SLO)$/macassgn.obj \ $(SLO)$/regionsw.obj -EXCEPTIONSFILES = \ - $(SLO)$/regionsw.obj - # --- Tagets ------------------------------------------------------- .INCLUDE : target.mk |