diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-02-02 08:03:34 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-02-02 08:03:34 +0000 |
commit | f18d36296cde0d1eece916e641745914e9a01b34 (patch) | |
tree | 8e0a101c0ed5d490066190fef20b120e85ec16bc /xmloff/source/style/makefile.mk | |
parent | 2bfe6f50988f216714691808ebc9a0761c77d6fc (diff) |
add all files which are removed by ganaya erroneously
Diffstat (limited to 'xmloff/source/style/makefile.mk')
-rw-r--r-- | xmloff/source/style/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/xmloff/source/style/makefile.mk b/xmloff/source/style/makefile.mk index ddd438db6c7f..17a857d59cfa 100644 --- a/xmloff/source/style/makefile.mk +++ b/xmloff/source/style/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: ganaya $ $Date: 2001-01-31 18:21:14 $ +# last change: $Author: sab $ $Date: 2001-02-02 09:03:34 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -155,7 +155,8 @@ CXXFILES = \ PageHeaderFooterContext.cxx \ XMLBitmapRepeatOffsetPropertyHandler.cxx \ XMLFillBitmapSizePropertyHandler.cxx \ - XMLBitmapLogicalSizePropertyHandler.cxx + XMLBitmapLogicalSizePropertyHandler.cxx \ + durationhdl.cxx SLOFILES = \ @@ -236,7 +237,8 @@ SLOFILES = \ $(SLO)$/PageHeaderFooterContext.obj \ $(SLO)$/XMLBitmapRepeatOffsetPropertyHandler.obj \ $(SLO)$/XMLFillBitmapSizePropertyHandler.obj \ - $(SLO)$/XMLBitmapLogicalSizePropertyHandler.obj + $(SLO)$/XMLBitmapLogicalSizePropertyHandler.obj \ + $(SLO)$/durationhdl.obj # NETBSD: somewhere we have to instantiate the static data members. # NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work. |