sw/source/ui/vba/vbaapplication.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit caee51e429119fe252d1aa4b075ab14863420b2c
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Fri Apr 19 12:46:32 2019 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Fri Apr 19 12:46:32 2019 +0300

    Add a SAL_INFO to SwWordBasic::FileSaveAs()
    
    Change-Id: I04a3a22918ead008b560c2e1159747e8d28da404

diff --git a/sw/source/ui/vba/vbaapplication.cxx 
b/sw/source/ui/vba/vbaapplication.cxx
index 87356683a8c9..d71b063e49b5 100644
--- a/sw/source/ui/vba/vbaapplication.cxx
+++ b/sw/source/ui/vba/vbaapplication.cxx
@@ -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.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to