diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 16:22:52 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 16:22:52 +0000 |
commit | 9b548f165bf5c85b12e0477abfd85e8b186d559c (patch) | |
tree | 76e80c811dedacc5e89cfa1cdfccd3f7249d28a0 /sd/source/ui | |
parent | 073f45d2dc9d9fa72725fa6608d3c63136ebd981 (diff) |
INTEGRATION: CWS impressfunctions (1.6.42); FILE MERGED
2005/10/28 12:13:29 cl 1.6.42.1: #125341# fixed unix build problems
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/toolpanel/controls/RecentlyUsedMasterPages.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/toolpanel/controls/RecentlyUsedMasterPages.cxx b/sd/source/ui/toolpanel/controls/RecentlyUsedMasterPages.cxx index 8df1d8b1373a..fa8c6cb54e3b 100644 --- a/sd/source/ui/toolpanel/controls/RecentlyUsedMasterPages.cxx +++ b/sd/source/ui/toolpanel/controls/RecentlyUsedMasterPages.cxx @@ -4,9 +4,9 @@ * * $RCSfile: RecentlyUsedMasterPages.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 06:43:05 $ + * last change: $Author: rt $ $Date: 2005-12-14 17:22:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,7 +79,7 @@ #endif using namespace ::std; -using namespace ::rtl; +using ::rtl::OUString; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; |