From 8f817e953e57d2e055c770856dad35ffbdfd7935 Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Fri, 27 Jul 2018 19:23:52 +0300 Subject: Remove unused type declaration CanvasRef Change-Id: Ie40652fbe13c6bc4bd7486ed0a132db62648689c Reviewed-on: https://gerrit.libreoffice.org/58201 Tested-by: Jenkins Reviewed-by: Noel Grandin --- canvas/source/vcl/canvas.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'canvas/source/vcl') diff --git a/canvas/source/vcl/canvas.hxx b/canvas/source/vcl/canvas.hxx index 6ce9b5e193b6..957e9c4822f2 100644 --- a/canvas/source/vcl/canvas.hxx +++ b/canvas/source/vcl/canvas.hxx @@ -113,8 +113,6 @@ namespace vclcanvas private: css::uno::Sequence< css::uno::Any > maArguments; }; - - typedef ::rtl::Reference< Canvas > CanvasRef; } #endif -- cgit