summaryrefslogtreecommitdiff
path: root/include/canvas/base
diff options
context:
space:
mode:
Diffstat (limited to 'include/canvas/base')
-rw-r--r--include/canvas/base/cachedprimitivebase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/canvas/base/cachedprimitivebase.hxx b/include/canvas/base/cachedprimitivebase.hxx
index 99b9b9108dc0..14b427385277 100644
--- a/include/canvas/base/cachedprimitivebase.hxx
+++ b/include/canvas/base/cachedprimitivebase.hxx
@@ -40,8 +40,8 @@ namespace canvas
/** Base class, providing common functionality for implementers of
the XCachedPrimitive interface.
*/
- class CANVASTOOLS_DLLPUBLIC CachedPrimitiveBase : public CachedPrimitiveBase_Base,
- public ::comphelper::OBaseMutex
+ class CANVASTOOLS_DLLPUBLIC CachedPrimitiveBase:
+ public comphelper::OBaseMutex, public CachedPrimitiveBase_Base
{
public: