summaryrefslogtreecommitdiff
path: root/sw/inc/unoparagraph.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:25:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:53 +0100
commit01b49802c7cda7fd4d5ba71263cef7bc95234b89 (patch)
treeb8d92f1c6abf5ac548d0bcb0c581ebfcffd8bfac /sw/inc/unoparagraph.hxx
parent6cd7bf2043146a630925a2e49336f02c802f707a (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I01e11fa956a249974e77dce9deebe79311f098d0
Diffstat (limited to 'sw/inc/unoparagraph.hxx')
-rw-r--r--sw/inc/unoparagraph.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/unoparagraph.hxx b/sw/inc/unoparagraph.hxx
index d9fa41e6b5bc..9a29e8b82178 100644
--- a/sw/inc/unoparagraph.hxx
+++ b/sw/inc/unoparagraph.hxx
@@ -84,7 +84,7 @@ public:
static css::uno::Reference<css::text::XTextContent>
CreateXParagraph(SwDoc & rDoc, SwTextNode * pTextNode,
css::uno::Reference< css::text::XText>
- const& xParentText = 0,
+ const& xParentText = nullptr,
const sal_Int32 nSelStart = -1, const sal_Int32 nSelEnd = - 1);
const SwTextNode * GetTextNode() const;
@@ -279,8 +279,8 @@ struct SwXParagraphEnumeration
css::uno::Reference< css::text::XText > const & xParent,
std::shared_ptr<SwUnoCrsr> pCursor,
const CursorType eType,
- SwStartNode const*const pStartNode = 0,
- SwTable const*const pTable = 0);
+ SwStartNode const*const pStartNode = nullptr,
+ SwTable const*const pTable = nullptr);
};
#endif // INCLUDED_SW_INC_UNOPARAGRAPH_HXX