[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - sw/source

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 19 09:48:05 UTC 2019


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

New commits:
commit caee51e429119fe252d1aa4b075ab14863420b2c
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Apr 19 12:46:32 2019 +0300
Commit:     Tor Lillqvist <tml at 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.


More information about the Libreoffice-commits mailing list