diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:54:32 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:54:32 +0000 |
commit | 0dfa4bfb14f43f70ac18d82c9f34f523c525f604 (patch) | |
tree | 856e8114173bdb7902a418fdc18b1c9702482e4f /xmloff/source/style/undlihdl.cxx | |
parent | 1fa250154673f7dc5ecaed02d51a148f59089cf3 (diff) |
INTEGRATION: CWS impresstables2 (1.9.70); FILE MERGED
2007/08/01 14:34:44 cl 1.9.70.2: RESYNC: (1.9-1.10); FILE MERGED
2007/07/27 09:09:54 cl 1.9.70.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/style/undlihdl.cxx')
-rw-r--r-- | xmloff/source/style/undlihdl.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/undlihdl.cxx b/xmloff/source/style/undlihdl.cxx index 3c323b916fa0..0982af9fc13f 100644 --- a/xmloff/source/style/undlihdl.cxx +++ b/xmloff/source/style/undlihdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: undlihdl.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:45:06 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:54:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,9 @@ #include <xmloff/xmlelement.hxx> #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star; using namespace ::com::sun::star::awt; using namespace ::xmloff::token; |