sw/source/ui/vba/vbaapplication.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit dfb1fa5fa16a0147613cf4600a05356785b9acd5 Author: Tor Lillqvist <[email protected]> AuthorDate: Fri Apr 19 12:46:32 2019 +0300 Commit: Tor Lillqvist <[email protected]> CommitDate: Fri Sep 20 13:56:42 2019 +0200 Add a SAL_INFO to SwWordBasic::FileSaveAs() Change-Id: I04a3a22918ead008b560c2e1159747e8d28da404 (cherry picked from commit caee51e429119fe252d1aa4b075ab14863420b2c) Reviewed-on: https://gerrit.libreoffice.org/79209 Reviewed-by: Tor Lillqvist <[email protected]> Tested-by: Tor Lillqvist <[email protected]> diff --git a/sw/source/ui/vba/vbaapplication.cxx b/sw/source/ui/vba/vbaapplication.cxx index e448f871db79..a0221c537252 100644 --- a/sw/source/ui/vba/vbaapplication.cxx +++ b/sw/source/ui/vba/vbaapplication.cxx @@ -579,6 +579,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. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
