Files
loongoffice/chart2/source/view/main/GL3DPlotterBase.cxx
Kohei Yoshida ef69c15bb9 Have ChartView keep the instance of GL3D chart object between rendering.
Change-Id: I49419d20bf283fba1c31d8516972b0ca7fddcb5b
2014-05-12 13:47:32 -04:00

19 lines
488 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 <GL3DPlotterBase.hxx>
namespace chart {
GL3DPlotterBase::~GL3DPlotterBase() {}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */