summaryrefslogtreecommitdiff
path: root/include/canvas/base/graphicdevicebase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/canvas/base/graphicdevicebase.hxx')
-rw-r--r--include/canvas/base/graphicdevicebase.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/canvas/base/graphicdevicebase.hxx b/include/canvas/base/graphicdevicebase.hxx
index e5efe9bb4f0b..ca36c896e04e 100644
--- a/include/canvas/base/graphicdevicebase.hxx
+++ b/include/canvas/base/graphicdevicebase.hxx
@@ -106,7 +106,6 @@ namespace canvas
{
public:
typedef Base BaseType;
- typedef DeviceHelper DeviceHelperType;
typedef Mutex MutexType;
typedef UnambiguousBase UnambiguousBaseType;
typedef GraphicDeviceBase ThisType;
@@ -334,7 +333,7 @@ namespace canvas
rAny >>= mbDumpScreenContent;
}
- DeviceHelperType maDeviceHelper;
+ DeviceHelper maDeviceHelper;
PropertySetHelper maPropHelper;
bool mbDumpScreenContent;