diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-15 14:59:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-15 14:59:15 +0000 |
commit | e48f5d3b929416a7604c19af9f61c475de2b4d73 (patch) | |
tree | 70f1652c9ee64a29a8c07914738b0780037a1b71 /basctl/source/basicide/register.cxx | |
parent | dadb1fcec76988cd1d6cc1b3409b5d2fd1de8d7f (diff) |
INTEGRATION: CWS basmgr02 (1.5.4); FILE MERGED
2007/02/21 09:37:44 fs 1.5.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class
Diffstat (limited to 'basctl/source/basicide/register.cxx')
-rw-r--r-- | basctl/source/basicide/register.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/register.cxx b/basctl/source/basicide/register.cxx index 7459124ff36d..c89e8d45d5b7 100644 --- a/basctl/source/basicide/register.cxx +++ b/basctl/source/basicide/register.cxx @@ -4,9 +4,9 @@ * * $RCSfile: register.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2007-01-16 16:33:35 $ + * last change: $Author: obo $ $Date: 2007-03-15 15:59:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,7 +53,7 @@ #include "unomodel.hxx" -using namespace ::rtl; +using ::rtl::OUString; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; |