summaryrefslogtreecommitdiff
path: root/basic/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-30 09:49:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-01 09:05:53 +0200
commit8c0059e1c997d08133cb691c1daad8693d991d2f (patch)
treee9cd314780f1340afb2dc9444bad24fddaa2da72 /basic/source/inc
parent12273af6f18edade1bdda828fe270fa37960e14f (diff)
loplugin:duplicate-defines in basic
Change-Id: I0e400bdd9cfc5fd123c574e05c4aca55b782395f Reviewed-on: https://gerrit.libreoffice.org/79831 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basic/source/inc')
-rw-r--r--basic/source/inc/runtime.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx
index 11da4275c77b..532f0d9a4b17 100644
--- a/basic/source/inc/runtime.hxx
+++ b/basic/source/inc/runtime.hxx
@@ -81,7 +81,7 @@ struct SbiForStack { // for/next stack:
{}
};
-#define MAXRECURSION 500
+#define MAXRECURSION 500 //to prevent dead-recursions
enum class SbAttributes {
NONE = 0x0000,