[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/unx

Markus Mohrhard markus.mohrhard at collabora.co.uk
Tue Oct 28 04:32:13 PDT 2014


 vcl/unx/generic/gdi/x11windowprovider.cxx |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

New commits:
commit 4c40b2887b2af4f2a604e51c5cb47274e87af12d
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Tue Oct 28 12:33:22 2014 +0100

    add missing file
    
    Change-Id: I2dcbc2f299c8994cd11e24f0beffe491d8f4f278

diff --git a/vcl/unx/generic/gdi/x11windowprovider.cxx b/vcl/unx/generic/gdi/x11windowprovider.cxx
new file mode 100644
index 0000000..5eaa3f6
--- /dev/null
+++ b/vcl/unx/generic/gdi/x11windowprovider.cxx
@@ -0,0 +1,16 @@
+/* -*- 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 "unx/x11windowprovider.hxx"
+
+X11WindowProvider::~X11WindowProvider()
+{
+}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list