summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-01 13:08:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-03 11:21:52 +0000
commitf0249a88fc502df142d36f2f67c976618b7ba6b6 (patch)
treefe9433455da9763f82484cf86c0d1d1f95d84acc /forms
parent8f62ca8e2f33a63b62dd7c39b8e002b03d6c4d95 (diff)
Fix typos
Change-Id: I6730c6c5eab9157533822e5045e9f86109062580 Reviewed-on: https://gerrit.libreoffice.org/29433 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/xforms/model_ui.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/model_ui.cxx b/forms/source/xforms/model_ui.cxx
index 2aba1c153e50..482fe7ade8a1 100644
--- a/forms/source/xforms/model_ui.cxx
+++ b/forms/source/xforms/model_ui.cxx
@@ -609,7 +609,7 @@ Model::XNode_t Model::renameNode( const XNode_t& xNode,
if( xNode->getNodeName() == sName )
return xNode;
- // refuse to change name if its an attribute, and the name is already used
+ // refuse to change name if it's an attribute, and the name is already used
if( xNode->getNodeType() == NodeType_ATTRIBUTE_NODE
&& xNode->getParentNode().is()
&& Reference<XElement>(xNode->getParentNode(), UNO_QUERY_THROW)->hasAttribute( sName ) )