Kaydet (Commit) caee51e4 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add a SAL_INFO to SwWordBasic::FileSaveAs()

Change-Id: I04a3a22918ead008b560c2e1159747e8d28da404
üst 11516766
......@@ -577,6 +577,8 @@ SwWordBasic::FileSaveAs( const css::uno::Any& Name,
const css::uno::Any& /*FormsData*/,
const css::uno::Any& /*SaveAsAOCELetter*/ )
{
SAL_INFO("sw.vba", "WordBasic.FileSaveAs(Name:=" << Name << ",Format:=" << Format << ")");
uno::Reference< frame::XModel > xModel( mpApp->getCurrentDocument(), uno::UNO_SET_THROW );
// Based on SwVbaDocument::SaveAs2000.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment