diff options
-rw-r--r-- | basctl/inc/basidesh.hrc | 11 | ||||
-rw-r--r-- | basctl/source/basicide/brkdlg.cxx | 3 |
2 files changed, 4 insertions, 10 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: */ diff --git a/basctl/source/basicide/brkdlg.cxx b/basctl/source/basicide/brkdlg.cxx index f028bcf80cd7..37c863b79823 100644 --- a/basctl/source/basicide/brkdlg.cxx +++ b/basctl/source/basicide/brkdlg.cxx @@ -17,12 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> -#define _SVX_NOIDERESIDS #include "breakpoint.hxx" #include "brkdlg.hxx" #include "basidesh.hxx" -#include "basidesh.hrc" #include <sfx2/dispatch.hxx> |