diff options
author | npower Developer <npower@openoffice.org> | 2010-03-04 23:07:14 +0000 |
---|---|---|
committer | npower Developer <npower@openoffice.org> | 2010-03-04 23:07:14 +0000 |
commit | 92f22b7636d7c18c6830e7da1298a5aa93537fa1 (patch) | |
tree | 2dbb240abaaec0642833a345bd6c0ea17bfd6cd5 | |
parent | 121fe767054134a3a3c98435111aba49d6730ccb (diff) |
npower14miscfixes: wae removal
-rw-r--r-- | sfx2/source/doc/objmisc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx index 5c6bc72e9707..259bf2699825 100644 --- a/sfx2/source/doc/objmisc.cxx +++ b/sfx2/source/doc/objmisc.cxx @@ -1757,7 +1757,7 @@ ErrCode SfxObjectShell::CallXScript( const String& rScriptURL, ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aOutParam , bool bRaiseError ) { - return CallXScript( GetModel(), rScriptURL, aParams, aRet, aOutParamIndex, aOutParam ); + return CallXScript( GetModel(), rScriptURL, aParams, aRet, aOutParamIndex, aOutParam, bRaiseError ); } //------------------------------------------------------------------------- |