summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/op_database.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-10-29 13:55:52 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-10-29 17:00:30 -0400
commit92d7ca2c98ab0ff9a192ff9af29326059adc6624 (patch)
treee078e345c07414c58ea831e4a797ee10f483b58d /sc/source/core/opencl/op_database.cxx
parente4ba3cf07f758fa59ab6951eeee18de6990698f8 (diff)
Lower-cased file names.
Change-Id: I88f0733b16cfc88a578c8c4f18e0c36814a7c4c3
Diffstat (limited to 'sc/source/core/opencl/op_database.cxx')
-rw-r--r--sc/source/core/opencl/op_database.cxx32
1 files changed, 32 insertions, 0 deletions
diff --git a/sc/source/core/opencl/op_database.cxx b/sc/source/core/opencl/op_database.cxx
new file mode 100644
index 000000000000..147a862615a0
--- /dev/null
+++ b/sc/source/core/opencl/op_database.cxx
@@ -0,0 +1,32 @@
+/* -*- 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/.
+ */
+
+#ifndef OP_DATABASE
+#define OP_DATABASE
+#include "formulagroup.hxx"
+#include "document.hxx"
+#include "formulacell.hxx"
+#include "tokenarray.hxx"
+#include "compiler.hxx"
+#include "interpre.hxx"
+#include "opbase.hxx"
+#include<list>
+#include <iostream>
+#include <sstream>
+#include <algorithm>
+
+#include <memory>
+using namespace formula;
+
+namespace sc { namespace opencl {
+
+}}
+#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */