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/source | |
parent | 9a80171db18d7c8988dfd7598e8af17c6b2e02de (diff) |
Get rid of _SVX_NOIDERESIDS
Change-Id: Iab728d51c24ccbedad5fa181850a673129d489ae
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/basicide/brkdlg.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
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> |