summaryrefslogtreecommitdiff
path: root/sw/inc/unoparagraph.hxx
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-05-20 13:05:49 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-05-20 13:05:49 +0200
commitab465b90f6c6da5595393a0ba73f33a1e71a2b65 (patch)
tree36b77192de2799a11b4bf0b269cb3f74d0a0bb1f /sw/inc/unoparagraph.hxx
parent0db96caf0fcce09b87621c11b584a6d81cc7df86 (diff)
bin/rename-sw-abbreviations.sh libreoffice-5-0-branch-point
renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9
Diffstat (limited to 'sw/inc/unoparagraph.hxx')
-rw-r--r--sw/inc/unoparagraph.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/unoparagraph.hxx b/sw/inc/unoparagraph.hxx
index 8c048865fcf5..5bca49d1912b 100644
--- a/sw/inc/unoparagraph.hxx
+++ b/sw/inc/unoparagraph.hxx
@@ -43,7 +43,7 @@ struct SwPosition;
class SwPaM;
class SwUnoCrsr;
class SwStartNode;
-class SwTxtNode;
+class SwTextNode;
class SwTable;
class SwXText;
@@ -74,7 +74,7 @@ private:
SwXParagraph(::com::sun::star::uno::Reference<
::com::sun::star::text::XText > const & xParent,
- SwTxtNode & rTxtNode,
+ SwTextNode & rTextNode,
const sal_Int32 nSelStart = -1, const sal_Int32 nSelEnd = - 1);
/// descriptor
@@ -84,17 +84,17 @@ public:
static ::com::sun::star::uno::Reference<
::com::sun::star::text::XTextContent>
- CreateXParagraph(SwDoc & rDoc, SwTxtNode * pTxtNode,
+ CreateXParagraph(SwDoc & rDoc, SwTextNode * pTextNode,
::com::sun::star::uno::Reference< ::com::sun::star::text::XText>
const& xParentText = 0,
const sal_Int32 nSelStart = -1, const sal_Int32 nSelEnd = - 1);
- const SwTxtNode * GetTxtNode() const;
+ const SwTextNode * GetTextNode() const;
bool IsDescriptor() const;
/// make rPaM select the paragraph
bool SelectPaM(SwPaM & rPaM);
/// for SwXText
- void attachToText(SwXText & rParent, SwTxtNode & rTxtNode);
+ void attachToText(SwXText & rParent, SwTextNode & rTextNode);
// MetadatableMixin
virtual ::sfx2::Metadatable* GetCoreObject() SAL_OVERRIDE;