summaryrefslogtreecommitdiff
path: root/sw/inc/index.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-11-24 00:52:44 +0100
committerMichael Stahl <mstahl@redhat.com>2011-11-24 00:52:44 +0100
commit555ff26501d1bbd8a7872c20671c6303db1e1701 (patch)
tree33ed7fbcec881bf42c0c5457f8bfe58c51abf8fc /sw/inc/index.hxx
parent9a4dc4178c86f2639a23089acb6055cc0ca0321f (diff)
SwIndex: remove global EmptyIndexArray
Diffstat (limited to 'sw/inc/index.hxx')
-rw-r--r--sw/inc/index.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/index.hxx b/sw/inc/index.hxx
index cecb7bcdb0cc..ec5a980cd8e9 100644
--- a/sw/inc/index.hxx
+++ b/sw/inc/index.hxx
@@ -145,9 +145,6 @@ public:
void MoveTo( SwIndexReg& rArr );
};
-// A global array for holding indices that need to be "swapped" temporarily or
-// do not know a valid array (SwPaM/SwPosition!):
-struct EmptyIndexArray: rtl::Static< SwIndexReg, EmptyIndexArray > {};
#ifndef DBG_UTIL