update credits
[LibreOffice.git] / include / test / sheet / xcellrangedata.hxx
blob63cc44f08bc8b2d206047f013520aaadf2ba6b10
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
10 #include <com/sun/star/uno/Reference.hxx>
11 #include <test/testdllapi.hxx>
13 namespace apitest {
15 class OOO_DLLPUBLIC_TEST XCellRangeData
17 public:
18 virtual css::uno::Reference< css::uno::XInterface > getXCellRangeData() = 0;
20 void testGetDataArray();
21 void testSetDataArray();
23 protected:
24 ~XCellRangeData() {}
29 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */