diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:48:59 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:40 +0200 |
commit | c44bddde6cc80b2b4a535d9896a0dfc88eb8fa6e (patch) | |
tree | 50f6576d03c1495a53ea95febb478c022e52714c /sd | |
parent | 75f5d9d21401d16698eac2c5d092ae83970c0a99 (diff) |
typo: attributs -> attributes
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/fuoltext.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/func/fuoltext.cxx b/sd/source/ui/func/fuoltext.cxx index 09ee7d339f69..626a411950c8 100644 --- a/sd/source/ui/func/fuoltext.cxx +++ b/sd/source/ui/func/fuoltext.cxx @@ -105,7 +105,7 @@ sal_Bool FuOutlineText::MouseButtonDown(const MouseEvent& rMEvt) if (bReturn) { - // Now the attributs of the current text position can be different + // Now the attributes of the current text position can be different mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArray ); } else @@ -136,7 +136,7 @@ sal_Bool FuOutlineText::MouseButtonUp(const MouseEvent& rMEvt) if (bReturn) { - // Now the attributs of the current text position can be different + // Now the attributes of the current text position can be different mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArray ); } else |