summaryrefslogtreecommitdiffstats
path: root/svx/source/engine3d/view3d.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-01-08 23:08:34 +0100
committerMichael Stahl <mstahl@redhat.com>2015-01-09 00:00:47 +0100
commit2f69e16c723aab48ad59d17397d8946ec0a48138 (patch)
treef59943e7a27ad60eda30cab8cdc3e8e716401db2 /svx/source/engine3d/view3d.cxx
parenttranslate all remaining abuses of "ueberladen" (diff)
downloadcore-2f69e16c723aab48ad59d17397d8946ec0a48138.tar.gz
core-2f69e16c723aab48ad59d17397d8946ec0a48138.zip
override the overloading of "overload" to decrease cognitive (over-)load
Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
Diffstat (limited to 'svx/source/engine3d/view3d.cxx')
-rw-r--r--svx/source/engine3d/view3d.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/engine3d/view3d.cxx b/svx/source/engine3d/view3d.cxx
index e1e47c7ca4f5..1a506e05081c 100644
--- a/svx/source/engine3d/view3d.cxx
+++ b/svx/source/engine3d/view3d.cxx
@@ -230,7 +230,7 @@ E3dView::E3dView(SdrModel* pModel, OutputDevice* pOut) :
InitView ();
}
-// DrawMarkedObj overloaded, since possibly only a single 3D object is to be
+// DrawMarkedObj override, since possibly only a single 3D object is to be
// drawn
void E3dView::DrawMarkedObj(OutputDevice& rOut) const
@@ -317,7 +317,7 @@ void E3dView::DrawMarkedObj(OutputDevice& rOut) const
}
}
-// Get overloaded model, since in some 3D objects an additional scene
+// override get model, since in some 3D objects an additional scene
// must be pushed in
SdrModel* E3dView::GetMarkedObjModel() const