summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-08-22 10:55:06 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-08-22 14:13:30 +0200
commit2a029e5f4ec7992422a02c575581a8b321c3f578 (patch)
tree10b4d460727160743092e581b4774696db480694 /sw
parent8e9c34036220d9099386e83adb9a38ae008e1044 (diff)
SwXParagraph::Impl::GetTxtNode: fix indenetation
Change-Id: Iac9e2883067b6cf4fdc259110642002b4ef6e48c
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unoparagraph.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unoparagraph.cxx b/sw/source/core/unocore/unoparagraph.cxx
index c6c3e20f9b24..d83a19a3a159 100644
--- a/sw/source/core/unocore/unoparagraph.cxx
+++ b/sw/source/core/unocore/unoparagraph.cxx
@@ -134,7 +134,7 @@ public:
{
}
- SwTxtNode * GetTxtNode() {
+ SwTxtNode* GetTxtNode() {
return static_cast<SwTxtNode*>(GetRegisteredInNonConst());
}