diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 12:39:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 12:39:20 +0000 |
commit | 97db2223ae7439db3bbe50c8602a0035a0e17c46 (patch) | |
tree | 9e2649552f13ff39efd5264b8d222eceb647003f /sd/source | |
parent | 7ab937e206353861e9cd07c306710d4eb663cbfa (diff) |
INTEGRATION: CWS impressalternativtext (1.35.44); FILE MERGED
2007/05/24 13:10:38 cl 1.35.44.1: #i68100# adding Title and Description to layers
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/dlg/makefile.mk | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sd/source/ui/dlg/makefile.mk b/sd/source/ui/dlg/makefile.mk index 4680eefd8188..8bc64ed0ac38 100644 --- a/sd/source/ui/dlg/makefile.mk +++ b/sd/source/ui/dlg/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.35 $ +# $Revision: 1.36 $ # -# last change: $Author: rt $ $Date: 2007-04-03 15:42:03 $ +# last change: $Author: hr $ $Date: 2007-06-26 13:39:20 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,6 @@ ENABLE_EXCEPTIONS=TRUE SRS1NAME=$(TARGET) SRC1FILES =\ masterlayoutdlg.src\ - ins_page.src\ headerfooterdlg.src\ ins_paste.src\ inspagob.src\ @@ -79,11 +78,11 @@ SRC1FILES =\ vectdlg.src\ dlgolbul.src \ LayerDialog.src \ - PaneDockingWindow.src + PaneDockingWindow.src \ + layeroptionsdlg.src SLOFILES = \ - $(SLO)$/inspage.obj \ $(SLO)$/inspagob.obj \ $(SLO)$/ins_paste.obj \ $(SLO)$/present.obj \ @@ -174,7 +173,6 @@ LIB2OBJFILES= \ $(SLO)$/dlgfield.obj \ $(SLO)$/dlgpage.obj \ $(SLO)$/dlgsnap.obj \ - $(SLO)$/inspage.obj \ $(SLO)$/ins_paste.obj \ $(SLO)$/inspagob.obj \ $(SLO)$/morphdlg.obj \ @@ -188,7 +186,8 @@ LIB2OBJFILES= \ $(SLO)$/tpaction.obj \ $(SLO)$/tpoption.obj \ $(SLO)$/vectdlg.obj \ - $(SLO)$/prntopts.obj + $(SLO)$/prntopts.obj \ + $(SLO)$/layeroptionsdlg.obj # --- Tagets ------------------------------------------------------- |