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

Avoid reserved identifier

Change-Id: I8adf61a63e6e6102a44cd18652192fde0a89287a
üst 459f9c9c
...@@ -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 _EEITEMID_HXX #ifndef INCLUDED_EDITENG_EEITEMID_HXX
#define _EEITEMID_HXX #define INCLUDED_EDITENG_EEITEMID_HXX
#include <editeng/eeitem.hxx> #include <editeng/eeitem.hxx>
...@@ -103,6 +103,6 @@ ...@@ -103,6 +103,6 @@
#define ITEMID_SEARCH 0 #define ITEMID_SEARCH 0
#endif //_EEITEMID_HXX #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <svx/svxids.hrc> #include <svx/svxids.hrc>
// EditEngine is not allowed to define it's own ITEMID's // EditEngine is not allowed to define it's own ITEMID's
#define _EEITEMID_HXX #define INCLUDED_EDITENG_EEITEMID_HXX
// Item-IDs for UI-MsgPool: // Item-IDs for UI-MsgPool:
......
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