diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-11-24 00:52:44 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-11-24 00:52:44 +0100 |
commit | 555ff26501d1bbd8a7872c20671c6303db1e1701 (patch) | |
tree | 33ed7fbcec881bf42c0c5457f8bfe58c51abf8fc /sw/inc | |
parent | 9a4dc4178c86f2639a23089acb6055cc0ca0321f (diff) |
SwIndex: remove global EmptyIndexArray
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/index.hxx | 3 |
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 |