diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:41:16 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:41:16 +0000 |
commit | 7b993e76b2cca10bc7552f70b340367833d77b33 (patch) | |
tree | 4d2552ff17828a01459da8412f05eb34411ca0f2 | |
parent | d8d6052bd7f936223fb9179a6c7c4129fae36d94 (diff) |
INTEGRATION: CWS impresstables2 (1.14.80); FILE MERGED
2007/08/01 14:22:28 cl 1.14.80.2: RESYNC: (1.14-1.15); FILE MERGED
2007/07/27 09:09:53 cl 1.14.80.1: fixed build issues due to pch and namespace ::rtl
-rw-r--r-- | xmloff/source/style/DashStyle.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/DashStyle.cxx b/xmloff/source/style/DashStyle.cxx index 3a8e5808f5b0..a4da0c5fbabe 100644 --- a/xmloff/source/style/DashStyle.cxx +++ b/xmloff/source/style/DashStyle.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DashStyle.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:22:48 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:41:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -93,7 +93,9 @@ #endif using namespace ::com::sun::star; -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::xmloff::token; enum SvXMLTokenMapAttrs |