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

Avoid reserved identifiers

Change-Id: I93e7c254f8777c2dfbb192b306c991387d9cc641
üst 1bfc7d0a
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _RPTUI_DLGRESID_HRC #ifndef INCLUDED_REPORTDESIGN_INC_RPTRESID_HRC
#define _RPTUI_DLGRESID_HRC #define INCLUDED_REPORTDESIGN_INC_RPTRESID_HRC
#include <svl/solar.hrc> #include <svl/solar.hrc>
...@@ -246,6 +246,6 @@ ...@@ -246,6 +246,6 @@
#define RID_STR_VERTICAL_ALIGN_CONST (RID_UNTYPED_START + 7) #define RID_STR_VERTICAL_ALIGN_CONST (RID_UNTYPED_START + 7)
#define RID_STR_PARAADJUST_CONST (RID_UNTYPED_START + 8) #define RID_STR_PARAADJUST_CONST (RID_UNTYPED_START + 8)
#endif // _RPTUI_DLGRESID_HRC #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _RPTUI_SLOTID_HRC_ #ifndef INCLUDED_REPORTDESIGN_INC_RPTUI_SLOTID_HRC
#define _RPTUI_SLOTID_HRC_ #define INCLUDED_REPORTDESIGN_INC_RPTUI_SLOTID_HRC
#include <svx/svxids.hrc> #include <svx/svxids.hrc>
...@@ -199,6 +199,6 @@ ...@@ -199,6 +199,6 @@
#define SID_COLLAPSE_SECTION ( SID_RPTUI_START + 167 ) #define SID_COLLAPSE_SECTION ( SID_RPTUI_START + 167 )
#define SID_EXPAND_SECTION ( SID_RPTUI_START + 168 ) #define SID_EXPAND_SECTION ( SID_RPTUI_START + 168 )
#endif // _RPTUI_SLOTID_HRC_ #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _REPORTDESIGN_STRINGCONSTANTS_HRC_ #ifndef INCLUDED_REPORTDESIGN_SOURCE_INC_STRINGCONSTANTS_HRC
#define _REPORTDESIGN_STRINGCONSTANTS_HRC_ #define INCLUDED_REPORTDESIGN_SOURCE_INC_STRINGCONSTANTS_HRC
#ifndef STRINGCONSTANTS_INCLUDED_INDIRECT #ifndef STRINGCONSTANTS_INCLUDED_INDIRECT
#error "don't include this file directly! use dbastrings.hrc or dbustrings.hrc instead!" #error "don't include this file directly! use dbastrings.hrc or dbustrings.hrc instead!"
...@@ -251,6 +251,7 @@ ...@@ -251,6 +251,7 @@
#define PROPERTY_ORDER "Order" #define PROPERTY_ORDER "Order"
#define PROPERTY_APPLYFILTER "ApplyFilter" #define PROPERTY_APPLYFILTER "ApplyFilter"
#define PROPERTY_MAXROWS "MaxRows" #define PROPERTY_MAXROWS "MaxRows"
#endif // _REPORTDESIGN_STRINGCONSTANTS_HRC_
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* 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