diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-05-15 22:51:43 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-05-15 22:52:22 +0200 |
commit | 68741d0055f3b76f88ca225b0ebe4991d6cb2f7f (patch) | |
tree | 88cfb046b14c5617a83ba77fc61ceeadfd12aab7 /toolkit/source/awt/vclxgraphics.cxx | |
parent | a470fe1ea0ff3c9ecfb7664accb50e8ee424b660 (diff) |
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13
Change-Id: Ieecfd7ccb10c75ac639d0ba8e7cb588607097c2a
Diffstat (limited to 'toolkit/source/awt/vclxgraphics.cxx')
-rw-r--r-- | toolkit/source/awt/vclxgraphics.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxgraphics.cxx b/toolkit/source/awt/vclxgraphics.cxx index 82efe1620adf..6a3a479a44dc 100644 --- a/toolkit/source/awt/vclxgraphics.cxx +++ b/toolkit/source/awt/vclxgraphics.cxx @@ -53,7 +53,7 @@ IMPL_XUNOTUNNEL( VCLXGraphics ) // lang::XTypeProvider IMPL_XTYPEPROVIDER_START( VCLXGraphics ) - getCppuType( ( uno::Reference< awt::XGraphics>* ) NULL ) + cppu::UnoType<awt::XGraphics>::get() IMPL_XTYPEPROVIDER_END VCLXGraphics::VCLXGraphics() |