diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:09:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:09:18 +0000 |
commit | 588ef6e0a9fe3aa0977c45f17370a848b86a12c5 (patch) | |
tree | 03a1183e65a23e6685abfcb4980aa76247543aac /svx/source/toolbars | |
parent | 7b2da84f3dea1ae7b0a123e8b4fbec1d519388f7 (diff) |
INTEGRATION: CWS impresstables2 (1.21.32); FILE MERGED
2007/12/02 01:58:04 cl 1.21.32.1: fixed a namespace issue
Diffstat (limited to 'svx/source/toolbars')
-rw-r--r-- | svx/source/toolbars/fontworkbar.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/toolbars/fontworkbar.cxx b/svx/source/toolbars/fontworkbar.cxx index 2f45c584c051..86c6e575bfc3 100644 --- a/svx/source/toolbars/fontworkbar.cxx +++ b/svx/source/toolbars/fontworkbar.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fontworkbar.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2007-11-01 15:35:16 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:09:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -102,8 +102,9 @@ #include <svx/fontworkbar.hxx> #include "fontworkgallery.hxx" +using ::rtl::OUString; + using namespace ::svx; -using namespace ::rtl; using namespace ::cppu; using namespace ::com::sun::star; using namespace ::com::sun::star::beans; |