summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/properties.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:31:25 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:31:25 +0000
commit6a928463dc0b0269a56cc2ea45ca40a032d144b3 (patch)
tree2775b807ee41505a9f8ba0386ec954901f0aa4c5 /svx/source/sdr/properties/properties.cxx
parent01c7368e991c0afbcbef52af538893c5db25078e (diff)
INTEGRATION: CWS warnings01 (1.3.220); FILE MERGED
2006/02/21 16:59:34 aw 1.3.220.1: #i55991# Adaptions to warning free code
Diffstat (limited to 'svx/source/sdr/properties/properties.cxx')
-rw-r--r--svx/source/sdr/properties/properties.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/svx/source/sdr/properties/properties.cxx b/svx/source/sdr/properties/properties.cxx
index 00f82d5b8d..e0f2eda68d 100644
--- a/svx/source/sdr/properties/properties.cxx
+++ b/svx/source/sdr/properties/properties.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: properties.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 00:15:56 $
+ * last change: $Author: hr $ $Date: 2006-06-19 16:31:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -64,7 +64,7 @@ namespace sdr
{
}
- BaseProperties::BaseProperties(const BaseProperties& rProps, SdrObject& rObj)
+ BaseProperties::BaseProperties(const BaseProperties& /*rProps*/, SdrObject& rObj)
: mrObject(rObj)
{
}
@@ -103,25 +103,25 @@ namespace sdr
ClearObjectItem(nWhich);
}
- void BaseProperties::Scale(const Fraction& rScale)
+ void BaseProperties::Scale(const Fraction& /*rScale*/)
{
// default implementation does nothing; overload where
// an ItemSet is implemented.
}
- void BaseProperties::MoveToItemPool(SfxItemPool* pSrcPool, SfxItemPool* pDestPool, SdrModel* pNewModel)
+ void BaseProperties::MoveToItemPool(SfxItemPool* /*pSrcPool*/, SfxItemPool* /*pDestPool*/, SdrModel* /*pNewModel*/)
{
// Move properties to a new ItemPool. Default implementation does nothing.
// Overload where an ItemSet is implemented.
}
- void BaseProperties::SetModel(SdrModel* pOldModel, SdrModel* pNewModel)
+ void BaseProperties::SetModel(SdrModel* /*pOldModel*/, SdrModel* /*pNewModel*/)
{
// Set new model. Default implementation does nothing.
// Overload where an ItemSet is implemented.
}
- void BaseProperties::ForceStyleToHardAttributes(sal_Bool bPseudoSheetsOnly)
+ void BaseProperties::ForceStyleToHardAttributes(sal_Bool /*bPseudoSheetsOnly*/)
{
// force all attributes which come from styles to hard attributes
// to be able to live without the style. Default implementation does nothing.