summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/docsort.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/docsort.hxx')
-rw-r--r--sw/source/core/inc/docsort.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/docsort.hxx b/sw/source/core/inc/docsort.hxx
index b4e4ef338735..1dc937f72c90 100644
--- a/sw/source/core/inc/docsort.hxx
+++ b/sw/source/core/inc/docsort.hxx
@@ -91,13 +91,13 @@ private:
};
// sort text
-struct SwSortTxtElement : public SwSortElement
+struct SwSortTextElement : public SwSortElement
{
sal_uLong nOrg;
SwNodeIndex aPos;
- SwSortTxtElement( const SwNodeIndex& rPos );
- virtual ~SwSortTxtElement();
+ SwSortTextElement( const SwNodeIndex& rPos );
+ virtual ~SwSortTextElement();
virtual OUString GetKey( sal_uInt16 nKey ) const SAL_OVERRIDE;
};