diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-08-22 10:55:06 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-08-22 14:13:30 +0200 |
commit | 2a029e5f4ec7992422a02c575581a8b321c3f578 (patch) | |
tree | 10b4d460727160743092e581b4774696db480694 /sw | |
parent | 8e9c34036220d9099386e83adb9a38ae008e1044 (diff) |
SwXParagraph::Impl::GetTxtNode: fix indenetation
Change-Id: Iac9e2883067b6cf4fdc259110642002b4ef6e48c
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/unocore/unoparagraph.cxx | 2 |
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()); } |