summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unotextmarkup.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/unotextmarkup.hxx')
-rw-r--r--sw/source/core/inc/unotextmarkup.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/inc/unotextmarkup.hxx b/sw/source/core/inc/unotextmarkup.hxx
index e7d8a0ea19e3..652e1f535123 100644
--- a/sw/source/core/inc/unotextmarkup.hxx
+++ b/sw/source/core/inc/unotextmarkup.hxx
@@ -37,7 +37,7 @@ namespace com { namespace sun { namespace star { namespace text {
class XTextRange;
} } } }
-class SwTxtNode;
+class SwTextNode;
class ModelToViewHelper;
class SfxPoolItem;
@@ -50,7 +50,7 @@ class SwXTextMarkup
>
{
public:
- SwXTextMarkup(SwTxtNode *const rTxtNode,
+ SwXTextMarkup(SwTextNode *const rTextNode,
const ModelToViewHelper& rConversionMap);
virtual ~SwXTextMarkup();
@@ -74,8 +74,8 @@ private:
::sw::UnoImplPtr<Impl> m_pImpl;
protected:
- SwTxtNode* GetTxtNode();
- void ClearTxtNode();
+ SwTextNode* GetTextNode();
+ void ClearTextNode();
const ModelToViewHelper& GetConversionMap();
};