diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 16:23:07 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 16:23:07 +0000 |
commit | 2e861b24400a5035b4e38829a6ceee3eda984274 (patch) | |
tree | d3985e7d95c87718bce2bff53dc6bad66a80c367 /sd/source/ui/unoidl/DrawController.cxx | |
parent | 9b548f165bf5c85b12e0477abfd85e8b186d559c (diff) |
INTEGRATION: CWS impressfunctions (1.14.40); FILE MERGED
2005/11/28 17:58:38 cl 1.14.40.2: RESYNC: (1.14-1.15); FILE MERGED
2005/10/28 12:40:33 cl 1.14.40.1: #125341# fixed unix build problems
Diffstat (limited to 'sd/source/ui/unoidl/DrawController.cxx')
-rw-r--r-- | sd/source/ui/unoidl/DrawController.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/unoidl/DrawController.cxx b/sd/source/ui/unoidl/DrawController.cxx index d8ccf6a5055b..da972c5f4b8f 100644 --- a/sd/source/ui/unoidl/DrawController.cxx +++ b/sd/source/ui/unoidl/DrawController.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DrawController.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2005-10-19 12:26:54 $ + * last change: $Author: rt $ $Date: 2005-12-14 17:23:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -80,7 +80,7 @@ #include <svx/unopage.hxx> using namespace ::std; -using namespace ::rtl; +using ::rtl::OUString; using namespace ::cppu; using namespace ::vos; using namespace ::com::sun::star; |