diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-15 15:00:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-15 15:00:06 +0000 |
commit | 0ff4a5709e34d5529237fbcaad26b04d1c7f65cb (patch) | |
tree | 1e6638098e8b364ca30821e30a9411d874573c6d /basctl/source/dlged/dlged.cxx | |
parent | d9e8880798869b1fec8083b1f95bad3dc8599514 (diff) |
INTEGRATION: CWS basmgr02 (1.46.2); FILE MERGED
2007/02/21 09:37:56 fs 1.46.2.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class
Diffstat (limited to 'basctl/source/dlged/dlged.cxx')
-rw-r--r-- | basctl/source/dlged/dlged.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/dlged/dlged.cxx b/basctl/source/dlged/dlged.cxx index ab1c8c2ea3e7..a6ad957875ec 100644 --- a/basctl/source/dlged/dlged.cxx +++ b/basctl/source/dlged/dlged.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dlged.cxx,v $ * - * $Revision: 1.46 $ + * $Revision: 1.47 $ * - * last change: $Author: rt $ $Date: 2007-02-01 12:52:53 $ + * last change: $Author: obo $ $Date: 2007-03-15 16:00:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -160,7 +160,7 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::io; -using namespace ::rtl; +using ::rtl::OUString; static ::rtl::OUString aResourceResolverPropName = ::rtl::OUString::createFromAscii( "ResourceResolver" ); |