summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-12 22:12:37 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-12 22:13:52 +0100
commitd6727ae7ffa93dd7624ad98c49720199e6c36b61 (patch)
tree877e0267a675bff328ba7c72423c6110e05505e4 /svx/source/xoutdev
parent48a6170107f5b8757eb3af6dfef5af77ce28dc8a (diff)
Typos
Change-Id: I55d7440ba5bee16bbce5930c81c604858131b5c7
Diffstat (limited to 'svx/source/xoutdev')
-rw-r--r--svx/source/xoutdev/xattr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx
index 372e89e34a56..042dc736195a 100644
--- a/svx/source/xoutdev/xattr.cxx
+++ b/svx/source/xoutdev/xattr.cxx
@@ -164,7 +164,7 @@ OUString NameOrIndex::CheckNamedItem( const NameOrIndex* pCheckItem, const sal_u
}
}
- // if we have no name yet, find existing item with same conent or
+ // if we have no name yet, find existing item with same content or
// create a unique name
if (aUniqueName.isEmpty())
{
@@ -1477,7 +1477,7 @@ XLineStartItem* XLineStartItem::checkForUniqueItem( SdrModel* pModel ) const
}
}
- // if we have no name yet, find existing item with same conent or
+ // if we have no name yet, find existing item with same content or
// create a unique name
if( aUniqueName.isEmpty() )
{
@@ -1760,7 +1760,7 @@ XLineEndItem* XLineEndItem::checkForUniqueItem( SdrModel* pModel ) const
}
}
- // if we have no name yet, find existing item with same conent or
+ // if we have no name yet, find existing item with same content or
// create a unique name
if( aUniqueName.isEmpty() )
{