summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-11 23:04:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 15:50:23 +0200
commit58ecaf1f470d92db95a5f02adf3b5e4147442a57 (patch)
treedc73584426ddd067746838e31d1a1a519170e58b /basctl
parent9a80171db18d7c8988dfd7598e8af17c6b2e02de (diff)
Get rid of _SVX_NOIDERESIDS
Change-Id: Iab728d51c24ccbedad5fa181850a673129d489ae
Diffstat (limited to 'basctl')
-rw-r--r--basctl/inc/basidesh.hrc11
-rw-r--r--basctl/source/basicide/brkdlg.cxx3
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>