[Libreoffice-commits] core.git: sw/source
Maxim Monastirsky
momonasmon at gmail.com
Sun Jun 22 02:41:10 PDT 2014
sw/source/filter/writer/writer.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a7e262b1f2d9e804b9de4fbe9dfc3b784d21dcb0
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date: Fri Jun 20 12:56:57 2014 +0300
sw: Fix method name in message
Change-Id: I91324359ac69737bfdd19ee80379b8109cd127dd
diff --git a/sw/source/filter/writer/writer.cxx b/sw/source/filter/writer/writer.cxx
index ec2afb5..cb7215c 100644
--- a/sw/source/filter/writer/writer.cxx
+++ b/sw/source/filter/writer/writer.cxx
@@ -255,7 +255,7 @@ sal_uLong Writer::Write( SwPaM& rPaM, SvStream& rStrm, const OUString* pFName )
}
catch (const css::ucb::ContentCreationException &e)
{
- SAL_WARN("sw", "SmFilterDetect::detect caught " << e.Message);
+ SAL_WARN("sw", "Writer::Write caught " << e.Message);
}
return nResult;
}
More information about the Libreoffice-commits
mailing list