Kaydet (Commit) 1e418f85 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Avoid reserved identifiers

Change-Id: I10be69e36c79c15d2e02457558e37ec3efbf80c1
üst 173525bb
......@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _BIB_FMPROP_HRC
#define _BIB_FMPROP_HRC
#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBPROP_HRC
#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBPROP_HRC
extern rtl::OUString FM_PROP_LABEL;
extern rtl::OUString FM_PROP_NAME;
......@@ -30,6 +30,6 @@ extern rtl::OUString FM_PROP_CURSORSOURCE;
extern rtl::OUString FM_PROP_CURSORSOURCETYPE;
extern rtl::OUString FM_PROP_TEXT;
#endif // _SVX_FMPROP_HRC
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_
#define _EXTENSIONS_DBP_DBPRESID_HRC_
#ifndef INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_DBPRESID_HRC
#define INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_DBPRESID_HRC
#include "dbpilots.hrc"
#include "extensio.hrc"
......@@ -88,6 +88,6 @@
#define WINDOW_SIZE_Y 185
#define WINDOW_HALF_SIZE_X ( WINDOW_SIZE_X / 2 )
#endif // _EXTENSIONS_DBP_DBPRESID_HRC_
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_
#define _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_
#ifndef INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FORMLOCALID_HRC
#define INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FORMLOCALID_HRC
#define IMG_PLUS 1
#define IMG_MINUS 2
#endif // _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_
#define _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_
#ifndef INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FORMRESID_HRC
#define INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FORMRESID_HRC
#include "propresid.hrc"
......@@ -349,6 +349,6 @@
#define RID_SVXIMG_SPINBUTTON 10769
#define RID_SVXIMG_NAVIGATIONBAR 10607
#endif // _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment