summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/brkdlg.cxx
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-12-04 22:01:35 -0500
committerAugust Sodora <augsod@gmail.com>2011-12-04 22:02:03 -0500
commitf81a7438409ee9cede09b0395d8af0943220a4ea (patch)
tree5e6cbd9f1be93355bd9951debecb7e5080f92e3e /basctl/source/basicide/brkdlg.cxx
parente7b6c4ac5fc38a05571201b92b81b163348602b5 (diff)
Refactor BreakPoint
Diffstat (limited to 'basctl/source/basicide/brkdlg.cxx')
-rw-r--r--basctl/source/basicide/brkdlg.cxx15
1 files changed, 7 insertions, 8 deletions
diff --git a/basctl/source/basicide/brkdlg.cxx b/basctl/source/basicide/brkdlg.cxx
index 5dd4b3a13a92..3365e13897cb 100644
--- a/basctl/source/basicide/brkdlg.cxx
+++ b/basctl/source/basicide/brkdlg.cxx
@@ -26,17 +26,16 @@
*
************************************************************************/
-
-#include <limits>
-
#include <vcl/sound.hxx>
#define _SVX_NOIDERESIDS
-#include <brkdlg.hxx>
-#include <brkdlg.hrc>
-#include <basidesh.hxx>
-#include <basidesh.hrc>
-#include <iderdll.hxx>
+#include "breakpoint.hxx"
+#include "brkdlg.hxx"
+#include "brkdlg.hrc"
+#include "basidesh.hxx"
+#include "basidesh.hrc"
+#include "iderdll.hxx"
+
#include <comphelper/string.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/viewfrm.hxx>