summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornpower Developer <npower@openoffice.org>2010-03-05 20:14:25 +0000
committernpower Developer <npower@openoffice.org>2010-03-05 20:14:25 +0000
commite19003d128d4bc415e88a8c83c2665abb90b079b (patch)
treeadab1371c627227bca16d43ee0cc9fca7df4fa35
parentc5fc57de562850a7d2f708e3936296d24677012d (diff)
npower13_objectmodule: wae fixes
-rw-r--r--filter/source/msfilter/svxmsbas.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/filter/source/msfilter/svxmsbas.cxx b/filter/source/msfilter/svxmsbas.cxx
index 0b42fe7e4843..3b32b951c16a 100644
--- a/filter/source/msfilter/svxmsbas.cxx
+++ b/filter/source/msfilter/svxmsbas.cxx
@@ -356,7 +356,6 @@ BOOL SvxImportMSVBasic::ImportCode_Impl( const String& rStorageName,
DBG_ERRORFILE( "SvxImportMSVBasic::ImportCode_Impl - unknown module type" );
break;
}
- static ::rtl::OUString sVBAOption( RTL_CONSTASCII_USTRINGPARAM( "Option VBASupport 1\n" ) );
static ::rtl::OUString sClassOption( RTL_CONSTASCII_USTRINGPARAM( "Option ClassModule\n" ) );
if ( !bAsComment )
{