diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 09:19:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 09:19:03 +0000 |
commit | b966eb18ba6eafe297cf26821012a6efac286328 (patch) | |
tree | 9580787a8f80e0ecf1041769a4dfd48f0c0df06f | |
parent | cc70316a7370cae1a51a7184233806b8b0df42e8 (diff) |
INTEGRATION: CWS dba31a (1.4.30); FILE MERGED
2008/06/13 11:40:21 oj 1.4.30.1: #i88506# impl hyphenation
-rw-r--r-- | reportdesign/source/ui/report/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/report/makefile.mk b/reportdesign/source/ui/report/makefile.mk index 33a49c5a4138..7cc2c2befd6e 100644 --- a/reportdesign/source/ui/report/makefile.mk +++ b/reportdesign/source/ui/report/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # # This file is part of OpenOffice.org. # @@ -43,11 +43,11 @@ IMGLST_SRS=$(SRS)$/$(TARGET).srs # --- Files -------------------------------------------------------- SLOFILES =\ + $(SLO)$/SectionWindow.obj \ $(SLO)$/ReportController.obj \ $(SLO)$/ReportSection.obj \ $(SLO)$/SectionView.obj \ $(SLO)$/ViewsWindow.obj \ - $(SLO)$/SectionsWindow.obj \ $(SLO)$/ScrollHelper.obj \ $(SLO)$/StartMarker.obj \ $(SLO)$/EndMarker.obj \ |