summaryrefslogtreecommitdiff
path: root/sw/source/ui/shells/drformsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/shells/drformsh.cxx')
-rw-r--r--sw/source/ui/shells/drformsh.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/ui/shells/drformsh.cxx b/sw/source/ui/shells/drformsh.cxx
index b92a3d74246e..f2c6a79195a1 100644
--- a/sw/source/ui/shells/drformsh.cxx
+++ b/sw/source/ui/shells/drformsh.cxx
@@ -56,7 +56,6 @@
using namespace ::com::sun::star;
-using ::rtl::OUString;
SFX_IMPL_INTERFACE(SwDrawFormShell, SwDrawBaseShell, SW_RES(STR_SHELLNAME_DRAWFORM))
{
@@ -122,7 +121,7 @@ void SwDrawFormShell::Execute(SfxRequest &rReq)
{
uno::Any aTmp;
// Ja!
- ::rtl::OUString sLabel("Label");
+ OUString sLabel("Label");
if( xPropInfoSet->hasPropertyByName(sLabel) )
{
aTmp <<= OUString(rHLinkItem.GetName());
@@ -252,7 +251,7 @@ SwDrawFormShell::SwDrawFormShell(SwView &_rView) :
{
SetHelpId(SW_DRAWFORMSHELL);
GetShell().NoEdit(true);
- SetName(rtl::OUString("DrawForm"));
+ SetName(OUString("DrawForm"));
}
SwDrawFormShell::~SwDrawFormShell()