diff options
Diffstat (limited to 'include/canvas/base')
-rw-r--r-- | include/canvas/base/bufferedgraphicdevicebase.hxx | 1 | ||||
-rw-r--r-- | include/canvas/base/graphicdevicebase.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/canvas/base/bufferedgraphicdevicebase.hxx b/include/canvas/base/bufferedgraphicdevicebase.hxx index 77df5197f89a..882bd85db45b 100644 --- a/include/canvas/base/bufferedgraphicdevicebase.hxx +++ b/include/canvas/base/bufferedgraphicdevicebase.hxx @@ -78,7 +78,6 @@ namespace canvas { public: typedef GraphicDeviceBase< Base, DeviceHelper, Mutex, UnambiguousBase > BaseType; - typedef BufferedGraphicDeviceBase OurType; typedef Mutex MutexType; BufferedGraphicDeviceBase() : diff --git a/include/canvas/base/graphicdevicebase.hxx b/include/canvas/base/graphicdevicebase.hxx index ca36c896e04e..6e4bdc7f0a6c 100644 --- a/include/canvas/base/graphicdevicebase.hxx +++ b/include/canvas/base/graphicdevicebase.hxx @@ -108,7 +108,6 @@ namespace canvas typedef Base BaseType; typedef Mutex MutexType; typedef UnambiguousBase UnambiguousBaseType; - typedef GraphicDeviceBase ThisType; typedef ::rtl::Reference< GraphicDeviceBase > Reference; |