diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-11 23:04:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 15:50:23 +0200 |
commit | 58ecaf1f470d92db95a5f02adf3b5e4147442a57 (patch) | |
tree | dc73584426ddd067746838e31d1a1a519170e58b /basctl/inc | |
parent | 9a80171db18d7c8988dfd7598e8af17c6b2e02de (diff) |
Get rid of _SVX_NOIDERESIDS
Change-Id: Iab728d51c24ccbedad5fa181850a673129d489ae
Diffstat (limited to 'basctl/inc')
-rw-r--r-- | basctl/inc/basidesh.hrc | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/basctl/inc/basidesh.hrc b/basctl/inc/basidesh.hrc index d90497e73cc5..9082001d1d3c 100644 --- a/basctl/inc/basidesh.hrc +++ b/basctl/inc/basidesh.hrc @@ -17,14 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BASIDESH_HRC -#define _BASIDESH_HRC +#ifndef BASCTL_INC_BASIDESH_HRC +#define BASCTL_INC_BASIDESH_HRC #include <svx/svxids.hrc> -// Resource-ID's... -#ifndef _SVX_NOIDERESIDS - #define RID_BASICIDE_OBJECTBAR ( RID_BASICIDE_START + 0 ) #define RID_EDT_WATCHEDIT ( RID_BASICIDE_START + 4 ) #define RID_POPUP_BRKDLG ( RID_BASICIDE_START + 10 ) @@ -149,8 +146,6 @@ #define RID_FT_LINE ( RID_BASICIDE_START + 123 ) #define RID_ED_LINE ( RID_BASICIDE_START + 124 ) -#endif // _SVX_NOIDERESIDS - -#endif // _BASIDESH_HRC +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |