summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-24 14:50:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-24 14:50:41 +0000
commitb93aee14736e65b13887ad0d1ebb32f214d3cb05 (patch)
tree2e3b53637706414c3c8fc7962028a145f7da5fae /svx
parent8b3801e24fb3ba3d8bc5283ffff83d19bd0d369f (diff)
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdundo.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdundo.cxx b/svx/source/svdraw/svdundo.cxx
index 56e9dd98b8..abc6558020 100644
--- a/svx/source/svdraw/svdundo.cxx
+++ b/svx/source/svdraw/svdundo.cxx
@@ -1454,6 +1454,7 @@ void SdrUndoPage::ImpRemovePage(USHORT nNum)
pChkPg=rMod.RemovePage(nNum);
}
DBG_ASSERT(pChkPg==&mrPage,"SdrUndoPage::ImpRemovePage(): RemovePage!=&mrPage");
+ (void)pChkPg;
}
}