summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdogrp.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:42:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:42:11 +0000
commite06aad31eef38a57afa4aab6bc5dc44aeaed6e21 (patch)
treee6f47cf773da2d3afc7fd15d611a6a055a204db1 /svx/source/svdraw/svdogrp.cxx
parentbc1f7b02ae4b9f4ba3063ff24ef78cf6d3d91f75 (diff)
INTEGRATION: CWS warnings01 (1.27.218); FILE MERGED
2006/02/21 21:17:41 aw 1.27.218.1: #i55991# Adaptions to warning free code
Diffstat (limited to 'svx/source/svdraw/svdogrp.cxx')
-rw-r--r--svx/source/svdraw/svdogrp.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/svx/source/svdraw/svdogrp.cxx b/svx/source/svdraw/svdogrp.cxx
index 7cf9146f1fee..cee8a0b331ee 100644
--- a/svx/source/svdraw/svdogrp.cxx
+++ b/svx/source/svdraw/svdogrp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdogrp.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 00:33:28 $
+ * last change: $Author: hr $ $Date: 2006-06-19 16:42:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -334,8 +334,8 @@ void SdrObjGroup::SetObjList(SdrObjList* pNewObjList)
void SdrObjGroup::SetPage(SdrPage* pNewPage)
{
//BFS01FASTBOOL bLinked=IsLinkedGroup();
- FASTBOOL bRemove=pNewPage==NULL && pPage!=NULL;
- FASTBOOL bInsert=pNewPage!=NULL && pPage==NULL;
+ //FASTBOOL bRemove=pNewPage==NULL && pPage!=NULL;
+ //FASTBOOL bInsert=pNewPage!=NULL && pPage==NULL;
//BFS01if (bLinked && bRemove) {
//BFS01 ImpLinkAbmeldung();
@@ -360,7 +360,7 @@ void SdrObjGroup::SetModel(SdrModel* pNewModel)
// be destroyed (as the bug shows).
SdrModel* pOldModel = pModel;
//BFS01const sal_Bool bLinked(IsLinkedGroup());
- const sal_Bool bChg(pNewModel!=pModel);
+ //const sal_Bool bChg(pNewModel!=pModel);
//BFS01if(bLinked && bChg)
//BFS01{
@@ -589,13 +589,13 @@ void SdrObjGroup::TakeXorPoly(XPolyPolygon& rPoly, FASTBOOL bDetail) const
//}
-FASTBOOL SdrObjGroup::BegDrag(SdrDragStat& rDrag) const
+FASTBOOL SdrObjGroup::BegDrag(SdrDragStat& /*rDrag*/) const
{
return FALSE;
}
-FASTBOOL SdrObjGroup::BegCreate(SdrDragStat& rStat)
+FASTBOOL SdrObjGroup::BegCreate(SdrDragStat& /*rStat*/)
{
return FALSE;
}
@@ -607,7 +607,7 @@ long SdrObjGroup::GetRotateAngle() const
}
-long SdrObjGroup::GetShearAngle(FASTBOOL bVertical) const
+long SdrObjGroup::GetShearAngle(FASTBOOL /*bVertical*/) const
{
return nShearWink;
}