2013-06-26 18:18:25 +02:00
|
|
|
/* -*- 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/.
|
|
|
|
*/
|
|
|
|
|
2014-06-03 10:01:18 +02:00
|
|
|
#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_CHRDLGMODES_HXX
|
|
|
|
#define INCLUDED_SW_SOURCE_UIBASE_INC_CHRDLGMODES_HXX
|
2013-06-26 18:18:25 +02:00
|
|
|
|
2013-09-09 15:13:31 +02:00
|
|
|
// DialogModes for SwCharDlg
|
2013-06-26 18:18:25 +02:00
|
|
|
#define DLG_CHAR_STD 0
|
|
|
|
#define DLG_CHAR_DRAW 1
|
|
|
|
#define DLG_CHAR_ENV 2
|
|
|
|
#define DLG_CHAR_ANN 3
|
|
|
|
|
2014-06-03 10:01:18 +02:00
|
|
|
#endif // INCLUDED_SW_SOURCE_UIBASE_INC_CHRDLGMODES_HXX
|
2013-06-26 18:18:25 +02:00
|
|
|
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|