summaryrefslogtreecommitdiff
path: root/include/canvas/base/cachedprimitivebase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/canvas/base/cachedprimitivebase.hxx')
-rw-r--r--include/canvas/base/cachedprimitivebase.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/canvas/base/cachedprimitivebase.hxx b/include/canvas/base/cachedprimitivebase.hxx
index 6b25a1564c2d..8fb1ac04639c 100644
--- a/include/canvas/base/cachedprimitivebase.hxx
+++ b/include/canvas/base/cachedprimitivebase.hxx
@@ -25,7 +25,7 @@
#include <com/sun/star/rendering/XCanvas.hpp>
#include <com/sun/star/rendering/XCachedPrimitive.hpp>
#include <com/sun/star/rendering/ViewState.hpp>
-#include <cppuhelper/compbase2.hxx>
+#include <cppuhelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
#include <canvas/canvastoolsdllapi.h>
@@ -34,8 +34,8 @@
namespace canvas
{
- typedef ::cppu::WeakComponentImplHelper2< css::rendering::XCachedPrimitive,
- css::lang::XServiceInfo > CachedPrimitiveBase_Base;
+ typedef cppu::WeakComponentImplHelper< css::rendering::XCachedPrimitive,
+ css::lang::XServiceInfo > CachedPrimitiveBase_Base;
/** Base class, providing common functionality for implementers of
the XCachedPrimitive interface.