summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svddrag.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:34:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:34:37 +0000
commit4b164b0892a9bf771538a69245f0ec5167ff7281 (patch)
tree21f191776c620e198bb325daf4f3fd8b0415bcaf /svx/source/svdraw/svddrag.cxx
parent12d733be69841960157fbdb36b41d4a79cf8b03e (diff)
INTEGRATION: CWS warnings01 (1.2.222); FILE MERGED
2006/02/22 19:26:18 aw 1.2.222.1: #i55991# Adaptions to warning free code
Diffstat (limited to 'svx/source/svdraw/svddrag.cxx')
-rw-r--r--svx/source/svdraw/svddrag.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svddrag.cxx b/svx/source/svdraw/svddrag.cxx
index 948e9d812cc7..7118874fa69a 100644
--- a/svx/source/svdraw/svddrag.cxx
+++ b/svx/source/svdraw/svddrag.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svddrag.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 00:24:29 $
+ * last change: $Author: hr $ $Date: 2006-06-19 16:34:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -110,7 +110,7 @@ void SdrDragStat::PrevPoint()
}
}
-Point SdrDragStat::KorregPos(const Point& rNow, const Point& rPrev) const
+Point SdrDragStat::KorregPos(const Point& rNow, const Point& /*rPrev*/) const
{
Point aRet(rNow);
return aRet;