diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-09-27 09:32:57 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-09-27 09:32:57 +0000 |
commit | c98e0b6a85e505ecf8fae665ae7934f0e8972a10 (patch) | |
tree | 113cfbaf48652bbd16684d068575e267c2f4749a /sw/util | |
parent | b114f384cbdc0a9c8b54d1a311baafebefbbd11c (diff) |
#i10000# Syntax: missing backslash
Diffstat (limited to 'sw/util')
-rw-r--r-- | sw/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index abf89940e9..50b5717142 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.41 $ +# $Revision: 1.42 $ # -# last change: $Author: rt $ $Date: 2004-09-20 13:26:35 $ +# last change: $Author: rt $ $Date: 2004-09-27 10:32:57 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -311,8 +311,8 @@ LIB3OBJFILES = \ $(SLO)$/swdialmgr.obj \ $(SLO)$/swuiidxmrk.obj \ $(SLO)$/DropDownFieldDialog.obj \ - $(SLO)$/macassgn.obj - $(SLO)$/wordcountdialog.obj \ + $(SLO)$/macassgn.obj \ + $(SLO)$/wordcountdialog.obj \ $(SLO)$/mailconfigpage.obj \ $(SLO)$/addresslistdialog.obj \ $(SLO)$/createaddresslistdialog.obj \ |