summaryrefslogtreecommitdiff
path: root/sw/source/core/access/acctable.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-02-23 22:32:02 +0100
committerMichael Stahl <mstahl@redhat.com>2016-02-25 12:34:31 +0100
commit46251758a325c4edfdd9efcedc5d321ee6e5c0c5 (patch)
treef7412f940a9f6aa01bf02b392b3fc6f30ac38ab4 /sw/source/core/access/acctable.cxx
parent3ed1e68a79e8dcc623eb9165577e0571cebf4709 (diff)
sw: new sw.a11y log area
Change-Id: I43b6b60ac91c7934d4045b8df618dc6592c0e688
Diffstat (limited to 'sw/source/core/access/acctable.cxx')
-rw-r--r--sw/source/core/access/acctable.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/access/acctable.cxx b/sw/source/core/access/acctable.cxx
index 04541c8fa9ac..5ced1dea67fb 100644
--- a/sw/source/core/access/acctable.cxx
+++ b/sw/source/core/access/acctable.cxx
@@ -1434,8 +1434,8 @@ void SwAccessibleTable::InvalidateChildPosOrSize( const SwAccessibleChild& rChil
if( HasTableData() )
{
SAL_WARN_IF( HasTableData() &&
- GetFrame()->Frame().Pos() != GetTableData().GetTablePos(), "sw.core",
- "table has invalid position" );
+ GetFrame()->Frame().Pos() != GetTableData().GetTablePos(),
+ "sw.a11y", "table has invalid position" );
if( HasTableData() )
{
SwAccessibleTableData_Impl *pNewTableData = CreateNewTableData(); // #i77106#