summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/drformsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/shells/drformsh.cxx')
-rw-r--r--sw/source/uibase/shells/drformsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/drformsh.cxx b/sw/source/uibase/shells/drformsh.cxx
index b5de83ed9218..f0a3cc3d31b0 100644
--- a/sw/source/uibase/shells/drformsh.cxx
+++ b/sw/source/uibase/shells/drformsh.cxx
@@ -188,7 +188,7 @@ void SwDrawFormShell::GetState(SfxItemSet& rSet)
uno::Reference< beans::XPropertySetInfo > xInfo = xPropSet->getPropertySetInfo();
if(xInfo->hasPropertyByName( "ButtonType" ))
{
- form::FormButtonType eButtonType = form::FormButtonType_URL;
+ form::FormButtonType eButtonType = form::FormButtonType_URL;
aTmp = xPropSet->getPropertyValue( "ButtonType" );
if( aTmp >>= eButtonType )
{