tdf#143148: Use pragma once instead of include guards
Change-Id: Ib3c0d6c158e5efbbca55e03f189dccaf67832fff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157155 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
f4c2c7c79c
commit
59b685e20c
1 changed files with 1 additions and 4 deletions
|
@ -17,8 +17,7 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_SHELL_INC_INTERNAL_CONFIG_HXX
|
||||
#define INCLUDED_SHELL_INC_INTERNAL_CONFIG_HXX
|
||||
#pragma once
|
||||
|
||||
#define COLUMN_HANDLER_DESCRIPTIVE_NAME L"LibreOffice Column Handler"
|
||||
#define INFOTIP_HANDLER_DESCRIPTIVE_NAME L"LibreOffice Infotip Handler"
|
||||
|
@ -75,6 +74,4 @@
|
|||
#define CONTENT_STYLE_PROPERTIES_LANGUAGEASIAN L"language-asian"
|
||||
#define CONTENT_STYLE_PROPERTIES_COUNTRYASIAN L"country-asian"
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
Loading…
Reference in a new issue