diff options
author | Martin Hollmichel <mh@openoffice.org> | 2000-12-01 04:40:17 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2000-12-01 04:40:17 +0000 |
commit | 79853a79470ae90ac60379244de9c545c832b8b8 (patch) | |
tree | 5c57f6d0d1c9c418fda92336fcd97aafdc3f6591 | |
parent | bff48e1908a20cbf40bd65fb3bf670a4a5c30859 (diff) |
chg: SyntaX
-rw-r--r-- | xmloff/source/style/DashStyle.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/DashStyle.cxx b/xmloff/source/style/DashStyle.cxx index 734f7bce9cc5..319cffbb6069 100644 --- a/xmloff/source/style/DashStyle.cxx +++ b/xmloff/source/style/DashStyle.cxx @@ -2,9 +2,9 @@ * * $RCSfile: DashStyle.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: cl $ $Date: 2000-11-28 14:25:18 $ + * last change: $Author: mh $ $Date: 2000-12-01 05:40:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -361,7 +361,7 @@ sal_Bool XMLDashStyle::ImpImportXML( const SvXMLUnitConverter& rUnitConverter, } break; default: - DBG_WARNING( "Unknown token at import gradient style" ) + DBG_WARNING( "Unknown token at import gradient style" ); } } |