summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-04-19 12:46:32 +0300
committerTor Lillqvist <tml@collabora.com>2019-09-20 13:56:42 +0200
commitdfb1fa5fa16a0147613cf4600a05356785b9acd5 (patch)
tree506e18e4a2f677d67eea822405280b1e6f502bc6 /sw/source/ui
parent302d67f01f795b88fd2bee09326ec0d895a02177 (diff)
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@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/vba/vbaapplication.cxx2
1 files changed, 2 insertions, 0 deletions
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.