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 | 3ce421d35488643cd37b613d24c2fa3c233d4a67 (patch) | |
tree | c2caf72316e8ced5be5c0c0f25275bba2b7163e0 /sw/util | |
parent | 395e07b978c357fc5fa7eb67f1053ead87bd807f (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 abf89940e9a8..50b5717142d4 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 \ |