Kaydet (Commit) 8dbc9667 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:cstylecast, involving pointer to incomplete type

Change-Id: Ibd0cc43ff210ffaae291f4f4467ba8ebe265c446
üst 2f7a386a
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp>
#include <cppuhelper/weak.hxx> #include <cppuhelper/weak.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <vcl/virdev.hxx>
#include <com/sun/star/awt/XUnitConversion.hpp> #include <com/sun/star/awt/XUnitConversion.hpp>
...@@ -107,7 +108,7 @@ class VCLXVirtualDevice : public VCLXDevice ...@@ -107,7 +108,7 @@ class VCLXVirtualDevice : public VCLXDevice
public: public:
virtual ~VCLXVirtualDevice(); virtual ~VCLXVirtualDevice();
void SetVirtualDevice( VirtualDevice* pVDev ) { SetOutputDevice( (OutputDevice*)pVDev ); } void SetVirtualDevice( VirtualDevice* pVDev ) { SetOutputDevice( pVDev ); }
}; };
......
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