summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-07-26 08:59:48 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-07-26 08:59:48 +0200
commite9ee572198992868e7beae2911446a70aa4b7aee (patch)
tree2ff1de8303d194a211b1c5cc1b452f13229b7fbf /sw/source/core
parent4e074e46150835937277499e854be33ddbcac532 (diff)
Add more usefull log areas
Change-Id: Ic9d8ee7cee5b1b4b54151825e025e0d4815d3bb1
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/text/inftxt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/text/inftxt.cxx b/sw/source/core/text/inftxt.cxx
index 39efe1f9e737..2ce4a605b374 100644
--- a/sw/source/core/text/inftxt.cxx
+++ b/sw/source/core/text/inftxt.cxx
@@ -370,7 +370,7 @@ void SwTxtSizeInfo::NoteAnimation() const
KSHORT SwTxtSizeInfo::GetAscent() const
{
- SAL_WARN_IF( !GetOut(), "sw.text.txtinfo", "SwTxtSizeInfo::GetAscent() without m_pOut" );
+ SAL_WARN_IF( !GetOut(), "sw.core", "SwTxtSizeInfo::GetAscent() without m_pOut" );
sal_uInt16 nAscent = ((SwFont*)GetFont())->GetAscent( m_pVsh, *GetOut() );
@@ -382,7 +382,7 @@ KSHORT SwTxtSizeInfo::GetAscent() const
KSHORT SwTxtSizeInfo::GetTxtHeight() const
{
- SAL_WARN_IF( !GetOut(), "sw.text.txtinfo", "SwTxtSizeInfo::GetTxtHeight() without m_pOut" );
+ SAL_WARN_IF( !GetOut(), "sw.core", "SwTxtSizeInfo::GetTxtHeight() without m_pOut" );
sal_uInt16 nHeight = ((SwFont*)GetFont())->GetHeight( m_pVsh, *GetOut() );