summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 15:06:20 +0100
committerMichael Stahl <mstahl@redhat.com>2013-02-28 16:05:17 +0000
commitc13802e009035a22b9d38a045c7feb15b1c659a7 (patch)
treefd67b6cec548ad844956e71d3f06f627fbf44a17 /svx
parentd5f12bfbf97e179ca45476bb7faf275bdf26f5ca (diff)
Fix typo "persistant" -> "persistant"
Change-Id: I639afec2508d189c10a180fd8f824e634afbd14a Reviewed-on: https://gerrit.libreoffice.org/2347 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unoshape.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 22195256af28..c453ea477a7d 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -1737,7 +1737,7 @@ void SAL_CALL SvxShape::_setPropertyValue( const OUString& rPropertyName, const
{
if(bIsNotPersist)
{
- // Not-Persistant Attribute, hole diese extra
+ // Not-Persistent Attribute, hole diese extra
mpObj->TakeNotPersistAttr(*pSet, sal_False);
}
}
@@ -1833,7 +1833,7 @@ uno::Any SvxShape::_getPropertyValue( const OUString& PropertyName )
{
if(pMap->nWID >= SDRATTR_NOTPERSIST_FIRST && pMap->nWID <= SDRATTR_NOTPERSIST_LAST)
{
- // Not-Persistant Attribute, hole diese extra
+ // Not-Persistent Attribute, hole diese extra
mpObj->TakeNotPersistAttr(aSet, sal_False);
}
}