diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-15 14:59:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-15 14:59:47 +0000 |
commit | d9e8880798869b1fec8083b1f95bad3dc8599514 (patch) | |
tree | 50211e0306b3dc2bb1dde50fa4cdec4853bc082c /basctl | |
parent | e304ba66f4aba5cc55612508b5738a1ed26a7904 (diff) |
INTEGRATION: CWS basmgr02 (1.7.4); FILE MERGED
2007/02/21 09:37:44 fs 1.7.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/unomodel.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/unomodel.cxx b/basctl/source/basicide/unomodel.cxx index 0711e353ddc7..71b648c12164 100644 --- a/basctl/source/basicide/unomodel.cxx +++ b/basctl/source/basicide/unomodel.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unomodel.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2007-01-16 16:34:12 $ + * last change: $Author: obo $ $Date: 2007-03-15 15:59:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,7 @@ #include <basdoc.hxx> using namespace ::vos; -using namespace ::rtl; +using ::rtl::OUString; using namespace ::cppu; using namespace ::std; using namespace ::com::sun::star; |