summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unoflatpara.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/unoflatpara.hxx')
-rw-r--r--sw/source/core/inc/unoflatpara.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/unoflatpara.hxx b/sw/source/core/inc/unoflatpara.hxx
index 247243939425..71182ecb4685 100644
--- a/sw/source/core/inc/unoflatpara.hxx
+++ b/sw/source/core/inc/unoflatpara.hxx
@@ -40,7 +40,7 @@ namespace com { namespace sun { namespace star { namespace text {
class XTextRange;
} } } }
-class SwTxtNode;
+class SwTextNode;
class SwDoc;
typedef ::cppu::ImplInheritanceHelper
@@ -54,7 +54,7 @@ class SwXFlatParagraph
: public SwXFlatParagraph_Base
{
public:
- SwXFlatParagraph( SwTxtNode& rTxtNode, const OUString& aExpandText, const ModelToViewHelper& rConversionMap );
+ SwXFlatParagraph( SwTextNode& rTextNode, const OUString& aExpandText, const ModelToViewHelper& rConversionMap );
virtual ~SwXFlatParagraph();
// XPropertySet
@@ -124,7 +124,7 @@ public:
virtual void SAL_CALL changeAttributes(::sal_Int32 nPos, ::sal_Int32 nLen, const css::uno::Sequence< css::beans::PropertyValue > & aAttributes) throw (css::uno::RuntimeException, css::lang::IllegalArgumentException, std::exception) SAL_OVERRIDE;
virtual css::uno::Sequence< ::sal_Int32 > SAL_CALL getLanguagePortions() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- using SwXTextMarkup::GetTxtNode;
+ using SwXTextMarkup::GetTextNode;
static const css::uno::Sequence< sal_Int8 >& getUnoTunnelId();