summaryrefslogtreecommitdiff
path: root/drawinglayer/inc/drawinglayer/processor2d
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/inc/drawinglayer/processor2d')
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/baseprocessor2d.hxx2
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/canvasprocessor.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/inc/drawinglayer/processor2d/baseprocessor2d.hxx b/drawinglayer/inc/drawinglayer/processor2d/baseprocessor2d.hxx
index 5139b4d72119..fceae8dbeb31 100644
--- a/drawinglayer/inc/drawinglayer/processor2d/baseprocessor2d.hxx
+++ b/drawinglayer/inc/drawinglayer/processor2d/baseprocessor2d.hxx
@@ -57,7 +57,7 @@ namespace drawinglayer
}
// as tooling, the process() implementation takes over API handling and calls this
- // virtual render method when the primitive implementation is BufferedDecompositionPrimitive2D-based.
+ // virtual render method when the primitive implementation is BasePrimitive2D-based.
// Default implementation does nothing
virtual void processBasePrimitive2D(const primitive2d::BasePrimitive2D& rCandidate);
diff --git a/drawinglayer/inc/drawinglayer/processor2d/canvasprocessor.hxx b/drawinglayer/inc/drawinglayer/processor2d/canvasprocessor.hxx
index ac15ec5f12cf..0c356e731169 100644
--- a/drawinglayer/inc/drawinglayer/processor2d/canvasprocessor.hxx
+++ b/drawinglayer/inc/drawinglayer/processor2d/canvasprocessor.hxx
@@ -103,7 +103,7 @@ namespace drawinglayer
LanguageType meLang;
// as tooling, the process() implementation takes over API handling and calls this
- // virtual render method when the primitive implementation is BufferedDecompositionPrimitive2D-based.
+ // virtual render method when the primitive implementation is BasePrimitive2D-based.
virtual void processBasePrimitive2D(const primitive2d::BasePrimitive2D& rCandidate);
// direct primitive renderer support