summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/properties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/properties/properties.cxx')
-rw-r--r--svx/source/sdr/properties/properties.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/sdr/properties/properties.cxx b/svx/source/sdr/properties/properties.cxx
index f4fd9c881b23..f95b83e4f0c2 100644
--- a/svx/source/sdr/properties/properties.cxx
+++ b/svx/source/sdr/properties/properties.cxx
@@ -86,27 +86,27 @@ namespace sdr
void BaseProperties::Scale(const Fraction& /*rScale*/)
{
- // default implementation does nothing; overload where
+ // default implementation does nothing; override where
// an ItemSet is implemented.
}
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.
+ // Override where an ItemSet is implemented.
}
void BaseProperties::SetModel(SdrModel* /*pOldModel*/, SdrModel* /*pNewModel*/)
{
// Set new model. Default implementation does nothing.
- // Overload where an ItemSet is implemented.
+ // Override where an ItemSet is implemented.
}
void BaseProperties::ForceStyleToHardAttributes()
{
// force all attributes which come from styles to hard attributes
// to be able to live without the style. Default implementation does nothing.
- // Overload where an ItemSet is implemented.
+ // Override where an ItemSet is implemented.
}
void BaseProperties::SetMergedItemSetAndBroadcast(const SfxItemSet& rSet, bool bClearAllItems)