summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unometa.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/unometa.hxx')
-rw-r--r--sw/source/core/inc/unometa.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/unometa.hxx b/sw/source/core/inc/unometa.hxx
index e292b3bb0e0e..46523e26484a 100644
--- a/sw/source/core/inc/unometa.hxx
+++ b/sw/source/core/inc/unometa.hxx
@@ -42,7 +42,7 @@ typedef ::std::deque<
TextRangeList_t;
class SwPaM;
-class SwTxtNode;
+class SwTextNode;
namespace sw {
class Meta;
@@ -104,7 +104,7 @@ public:
/// init params with position of the attribute content (w/out CH_TXTATR)
bool SetContentRange(
- SwTxtNode *& rpNode, sal_Int32 & rStart, sal_Int32 & rEnd) const;
+ SwTextNode *& rpNode, sal_Int32 & rStart, sal_Int32 & rEnd) const;
::com::sun::star::uno::Reference< ::com::sun::star::text::XText >
GetParentText() const;