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.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/ui/shells/drformsh.cxx b/sw/source/ui/shells/drformsh.cxx
index 1e7b3a7849de..e0d4112e8713 100644
--- a/sw/source/ui/shells/drformsh.cxx
+++ b/sw/source/ui/shells/drformsh.cxx
@@ -111,7 +111,7 @@ void SwDrawFormShell::Execute(SfxRequest &rReq)
uno::Reference< beans::XPropertySet > xPropSet(xControlModel, uno::UNO_QUERY);
- // Darf man eine URL an dem Objekt setzen?
+ // Can we set an URL to the object?
OUString sTargetURL( "TargetURL" );
uno::Reference< beans::XPropertySetInfo > xPropInfoSet = xPropSet->getPropertySetInfo();
if( xPropInfoSet->hasPropertyByName( sTargetURL ))
@@ -120,7 +120,7 @@ void SwDrawFormShell::Execute(SfxRequest &rReq)
if( !aProp.Name.isEmpty() )
{
uno::Any aTmp;
- // Ja!
+ // Yes!
OUString sLabel("Label");
if( xPropInfoSet->hasPropertyByName(sLabel) )
{
@@ -245,7 +245,6 @@ void SwDrawFormShell::GetState(SfxItemSet& rSet)
}
}
-
SwDrawFormShell::SwDrawFormShell(SwView &_rView) :
SwDrawBaseShell(_rView)
{
@@ -258,6 +257,4 @@ SwDrawFormShell::~SwDrawFormShell()
{
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */