summaryrefslogtreecommitdiff
path: root/include/canvas
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-18 11:43:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-19 12:39:14 +0100
commite6e85f139b250b1d48749bd336c28a7e46019993 (patch)
tree9772b42211d4af882feecfa24089f3d692ea8c8a /include/canvas
parente2d067f38b44bd76a291eda00bda4da5c11564bf (diff)
remove unused typedefs
Change-Id: I6fd7a9fed3a80c91a3766fceefd43c5db0aa5275 Reviewed-on: https://gerrit.libreoffice.org/46763 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/canvas')
-rw-r--r--include/canvas/base/bufferedgraphicdevicebase.hxx1
-rw-r--r--include/canvas/base/graphicdevicebase.hxx1
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;