diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 08:43:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 08:43:15 +0000 |
commit | ceb87917f0407d0ad596380a2e062b8219827d9d (patch) | |
tree | e7e3093ba3159f53c05cff70a7397c8b7ca32dfe /svx | |
parent | 1cc0d285601ef654d2495428194409f5cafed2ff (diff) |
INTEGRATION: CWS impresstables2 (1.45.32); FILE MERGED
2007/12/01 19:25:32 cl 1.45.32.3: RESYNC: (1.47-1.49); FILE MERGED
2007/08/01 17:54:07 cl 1.45.32.2: RESYNC: (1.45-1.47); FILE MERGED
2007/07/27 11:52:42 cl 1.45.32.1: fixed linux build problems
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/editeng/editview.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/editeng/editview.cxx b/svx/source/editeng/editview.cxx index cc418e7f9d48..49ad0f876489 100644 --- a/svx/source/editeng/editview.cxx +++ b/svx/source/editeng/editview.cxx @@ -4,9 +4,9 @@ * * $RCSfile: editview.cxx,v $ * - * $Revision: 1.49 $ + * $Revision: 1.50 $ * - * last change: $Author: ihi $ $Date: 2007-11-23 16:43:08 $ + * last change: $Author: rt $ $Date: 2008-03-12 09:43:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -91,7 +91,7 @@ #endif -using namespace rtl; +using ::rtl::OUString; using namespace com::sun::star; using namespace com::sun::star::uno; using namespace com::sun::star::beans; |