Kaydet (Commit) d663eabb authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl Kaydeden (comit) Pranav Kant

move ITileRenderable implementation to own file

Change-Id: Ib05ecf5f92e0ae4adf99c4dd10d60e730a95cf45
üst 901ee520
......@@ -329,6 +329,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/source/app/IconThemeInfo \
vcl/source/app/IconThemeScanner \
vcl/source/app/IconThemeSelector \
vcl/source/app/ITiledRenderable \
vcl/source/app/sound \
vcl/source/app/stdtext \
vcl/source/app/svapp \
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*/
#include <vcl/ITiledRenderable.hxx>
namespace vcl
{
ITiledRenderable::~ITiledRenderable()
{
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -23,18 +23,8 @@
#include "outdev.h"
#include "PhysicalFontCollection.hxx"
#include "svdata.hxx"
#include <vcl/ITiledRenderable.hxx>
namespace vcl
{
ITiledRenderable::~ITiledRenderable()
{
}
}
using namespace ::com::sun::star::uno;
bool VirtualDevice::AcquireGraphics() const
......
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