diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-03-05 13:16:59 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-05 22:30:07 +0200 |
commit | f914c5230a5b119a35bb8fa4da9c4aba105fd8d1 (patch) | |
tree | 6cb426c0e6a35e957dbf79eedc77dac49c462488 /sw | |
parent | 14620c3b33cf0315a9b746a0a2418b78d6154821 (diff) |
WaE: unused variable in the DISABLE_SCRIPTING case
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/app/docsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/app/docsh.cxx b/sw/source/ui/app/docsh.cxx index ef3d10aa173d..cf1d32762947 100644 --- a/sw/source/ui/app/docsh.cxx +++ b/sw/source/ui/app/docsh.cxx @@ -580,8 +580,8 @@ sal_Bool SwDocShell::ConvertTo( SfxMedium& rMedium ) if( pFlt->GetUserData().EqualsAscii( "HTML") ) { - SvxHtmlOptions& rHtmlOpt = SvxHtmlOptions::Get(); #ifndef DISABLE_SCRIPTING + SvxHtmlOptions& rHtmlOpt = SvxHtmlOptions::Get(); if( !rHtmlOpt.IsStarBasic() && rHtmlOpt.IsStarBasicWarning() && HasBasic() ) { uno::Reference< XLibraryContainer > xLibCont(GetBasicContainer(), UNO_QUERY); |