summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoSort.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/UndoSort.hxx')
-rw-r--r--sw/source/core/inc/UndoSort.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/UndoSort.hxx b/sw/source/core/inc/UndoSort.hxx
index f1be7738bbe6..56bb95d69fcf 100644
--- a/sw/source/core/inc/UndoSort.hxx
+++ b/sw/source/core/inc/UndoSort.hxx
@@ -26,7 +26,7 @@
struct SwSortOptions;
class SwTableNode;
-class SwUndoAttrTbl;
+class SwUndoAttrTable;
struct SwSortUndoElement
{
@@ -61,9 +61,9 @@ class SwUndoSort : public SwUndo, private SwUndRng
{
SwSortOptions* pSortOpt;
SwSortList aSortList;
- SwUndoAttrTbl* pUndoTblAttr;
+ SwUndoAttrTable* pUndoTableAttr;
SwRedlineData* pRedlData;
- sal_uLong nTblNd;
+ sal_uLong nTableNd;
public:
SwUndoSort( const SwPaM&, const SwSortOptions& );