Files
libreoffice/vcl/source/opengl/DeviceInfo.cxx
Luboš Luňák 65b47341fe move the rest of OpenGL VCL code all to one place
Change-Id: I6e4133ea6743edd224d9360bbd1197c950283be1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107399
Tested-by: Luboš Luňák <l.lunak@collabora.com>
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2020-12-09 11:50:11 +01:00

15 lines
470 B
C++

/* -*- 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 <opengl/DeviceInfo.hxx>
OpenGLDeviceInfo::~OpenGLDeviceInfo() {}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */