summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/uiitems.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-05-27 07:01:52 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-05-27 07:01:52 +0200
commitca9b2b5b3bb8c92bd9d901ff23f92e04e2830175 (patch)
tree65dc030fe00774705493e2ad2b87fdd24faaaf99 /sc/source/ui/inc/uiitems.hxx
parentc70b1baac5b6b85048c894c206b8024e1eb537f3 (diff)
some performance improvements for inserting sheets
only update the viewshell once instead of every time, this allows the creation of a large amount of sheets nearly immediately
Diffstat (limited to 'sc/source/ui/inc/uiitems.hxx')
-rw-r--r--sc/source/ui/inc/uiitems.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/uiitems.hxx b/sc/source/ui/inc/uiitems.hxx
index 584b6e5dc815..f65c5a0f9542 100644
--- a/sc/source/ui/inc/uiitems.hxx
+++ b/sc/source/ui/inc/uiitems.hxx
@@ -92,6 +92,7 @@ public:
#define SC_TAB_MOVED 3
#define SC_TAB_COPIED 4
#define SC_TAB_HIDDEN 5
+#define SC_TABS_INSERTED 6
class ScTablesHint : public SfxHint
{