fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / sc / source / ui / inc / ChiSquareTestDialog.hxx
blob199cbfa361e50bde2b5ce896b948ede9387debed
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/.
9 */
11 #ifndef INCLUDED_SC_SOURCE_UI_INC_CHISQUARETESTDIALOG_HXX
12 #define INCLUDED_SC_SOURCE_UI_INC_CHISQUARETESTDIALOG_HXX
14 #include "StatisticsInputOutputDialog.hxx"
16 class ScChiSquareTestDialog : public ScStatisticsInputOutputDialog
18 public:
19 ScChiSquareTestDialog(
20 SfxBindings* pB, SfxChildWindow* pCW,
21 vcl::Window* pParent, ScViewData* pViewData );
23 virtual ~ScChiSquareTestDialog();
25 virtual bool Close() SAL_OVERRIDE;
27 protected:
28 virtual sal_Int16 GetUndoNameId() SAL_OVERRIDE;
29 virtual ScRange ApplyOutput(ScDocShell* pDocShell) SAL_OVERRIDE;
32 #endif
34 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */