diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-06 12:56:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-06 13:18:35 +0200 |
commit | 8f266781a6bd6a629bce65c0f613683047c9a794 (patch) | |
tree | c5e65c15ac7936f52ffc30234db82ab971f08f27 /sc | |
parent | 5ed4be8e55d1bea480a9f76daa86073beb1a376e (diff) |
Bin unused include files, thanks to Andrea Gelmini
Change-Id: I848505b1d4ff03779b89a08d4aeefd6ea0ff205b
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/dbgui/dpuiglobal.hxx | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sc/source/ui/dbgui/dpuiglobal.hxx b/sc/source/ui/dbgui/dpuiglobal.hxx deleted file mode 100644 index a464395f51fe..000000000000 --- a/sc/source/ui/dbgui/dpuiglobal.hxx +++ /dev/null @@ -1,23 +0,0 @@ -/* -*- 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 INCLUDED_SC_SOURCE_UI_DBGUI_DPUIGLOBAL_HXX -#define INCLUDED_SC_SOURCE_UI_DBGUI_DPUIGLOBAL_HXX - -#define OUTER_MARGIN_HOR 4 -#define OUTER_MARGIN_VER 4 -#define DATA_FIELD_BTN_GAP 2 // must be an even number -#define ROW_FIELD_BTN_GAP 2 // must be an even number -#define FIELD_BTN_HEIGHT 23 -#define FIELD_AREA_GAP 3 // gap between row/column/data/page areas -#define TEXT_INFO_GAP 5 // gap between the row/data areas and the text notice below. - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |