diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-07 14:17:47 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-07 14:17:47 +0000 |
commit | ad6bf7f52c191544bb6e1c01be65a183f7a8eb7e (patch) | |
tree | 280426c1ae191f81a06226db0cddc8c976731b38 /svx/source/items | |
parent | 9978c6100089691f7b37bbf2196d5040f24baf16 (diff) |
INTEGRATION: CWS pages01_DEV300 (1.17.198); FILE MERGED
2007/12/13 13:29:03 fme 1.17.198.2: #i1598# Multiple page view - zoom slider
2007/11/22 16:16:29 fme 1.17.198.1: #i1598# Multiple Page View
Diffstat (limited to 'svx/source/items')
-rw-r--r-- | svx/source/items/makefile.mk | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/svx/source/items/makefile.mk b/svx/source/items/makefile.mk index 39e64b62f78b..871ff6b16943 100644 --- a/svx/source/items/makefile.mk +++ b/svx/source/items/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: hr $ $Date: 2007-06-27 13:41:00 $ +# last change: $Author: kz $ $Date: 2008-03-07 15:17:47 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -66,7 +66,8 @@ SLOFILES= \ $(SLO)$/hlnkitem.obj \ $(SLO)$/svxfont.obj \ $(SLO)$/pageitem.obj \ - $(SLO)$/paperinf.obj \ + $(SLO)$/viewlayoutitem.obj \ + $(SLO)$/paperinf.obj \ $(SLO)$/drawitem.obj \ $(SLO)$/algitem.obj \ $(SLO)$/itemtype.obj \ @@ -85,7 +86,9 @@ SLOFILES= \ $(SLO)$/xmlcnitm.obj \ $(SLO)$/customshapeitem.obj \ $(SLO)$/charhiddenitem.obj \ - $(SLO)$/SmartTagItem.obj + $(SLO)$/SmartTagItem.obj \ + $(SLO)$/zoomslideritem.obj \ + EXCEPTIONSFILES= \ |