summaryrefslogtreecommitdiff
path: root/svx/source/dialog/framelinkarray.cxx
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-11 10:11:50 +0100
committerDavid Tardon <dtardon@redhat.com>2012-01-16 12:51:30 +0100
commitae71f5b4115367b4cc649f3025c43eb733190732 (patch)
tree7baf61d72e867e2173152c15b87344d0f188d8d1 /svx/source/dialog/framelinkarray.cxx
parent157d414977a6b80d2654767419fe2e406024ea04 (diff)
Replaced DBG_ERRORFILE with SAL_INFO.
Diffstat (limited to 'svx/source/dialog/framelinkarray.cxx')
-rw-r--r--svx/source/dialog/framelinkarray.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/dialog/framelinkarray.cxx b/svx/source/dialog/framelinkarray.cxx
index 3f2db9302bac..e5767b589af5 100644
--- a/svx/source/dialog/framelinkarray.cxx
+++ b/svx/source/dialog/framelinkarray.cxx
@@ -310,7 +310,6 @@ MergedCellIterator& MergedCellIterator::operator++()
// ============================================================================
-#define DBG_FRAME_ERROR( funcname, error ) DBG_ERRORFILE( "svx::frame::Array::" funcname " - " error )
#define DBG_FRAME_CHECK( cond, funcname, error ) DBG_ASSERT( cond, "svx::frame::Array::" funcname " - " error )
#define DBG_FRAME_CHECK_COL( col, funcname ) DBG_FRAME_CHECK( (col) < GetColCount(), funcname, "invalid column index" )
#define DBG_FRAME_CHECK_ROW( row, funcname ) DBG_FRAME_CHECK( (row) < GetRowCount(), funcname, "invalid row index" )
@@ -1284,7 +1283,6 @@ void Array::DrawArray( OutputDevice& rDev, const Color* pForceColor ) const
#undef DBG_FRAME_CHECK_ROW
#undef DBG_FRAME_CHECK_COL
#undef DBG_FRAME_CHECK
-#undef DBG_FRAME_ERROR
// ============================================================================