vcl: MSVC can't link inline ITiledRenderable dtor
Change-Id: Idbb776de489e0c6e6ae14cb65907ac75cfca3851
This commit is contained in:
@@ -20,7 +20,7 @@ namespace vcl
|
|||||||
class VCL_DLLPUBLIC ITiledRenderable
|
class VCL_DLLPUBLIC ITiledRenderable
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual ~ITiledRenderable() {};
|
virtual ~ITiledRenderable();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Paint a tile to a given VirtualDevice.
|
* Paint a tile to a given VirtualDevice.
|
||||||
|
@@ -32,6 +32,17 @@
|
|||||||
#include "PhysicalFontCollection.hxx"
|
#include "PhysicalFontCollection.hxx"
|
||||||
#include <svdata.hxx>
|
#include <svdata.hxx>
|
||||||
|
|
||||||
|
#include <vcl/ITiledRenderable.hxx>
|
||||||
|
|
||||||
|
namespace vcl
|
||||||
|
{
|
||||||
|
|
||||||
|
ITiledRenderable::~ITiledRenderable()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
using namespace ::com::sun::star::uno;
|
using namespace ::com::sun::star::uno;
|
||||||
|
|
||||||
bool VirtualDevice::AcquireGraphics() const
|
bool VirtualDevice::AcquireGraphics() const
|
||||||
|
Reference in New Issue
Block a user