Kaydet (Commit) 8f817e95 authored tarafından Muhammet Kara's avatar Muhammet Kara Kaydeden (comit) Noel Grandin

Remove unused type declaration CanvasRef

Change-Id: Ie40652fbe13c6bc4bd7486ed0a132db62648689c
Reviewed-on: https://gerrit.libreoffice.org/58201
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 59981d24
......@@ -141,8 +141,6 @@ namespace cairocanvas
private:
css::uno::Sequence< css::uno::Any > maArguments;
};
typedef ::rtl::Reference< Canvas > CanvasRef;
}
#endif
......
......@@ -99,9 +99,6 @@ namespace dxcanvas
css::uno::Reference< css::uno::XComponentContext > mxComponentContext;
};
typedef ::rtl::Reference< Canvas > CanvasRef;
typedef ::cppu::WeakComponentImplHelper< css::rendering::XBitmapCanvas,
css::rendering::XIntegerBitmap,
css::rendering::XGraphicDevice,
......
......@@ -113,8 +113,6 @@ namespace vclcanvas
private:
css::uno::Sequence< css::uno::Any > maArguments;
};
typedef ::rtl::Reference< Canvas > CanvasRef;
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment