[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sw/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 20 11:57:38 UTC 2019
sw/source/ui/vba/vbaapplication.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit dfb1fa5fa16a0147613cf4600a05356785b9acd5
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 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 <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
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.
More information about the Libreoffice-commits
mailing list