summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:48:59 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:40 +0200
commitc44bddde6cc80b2b4a535d9896a0dfc88eb8fa6e (patch)
tree50f6576d03c1495a53ea95febb478c022e52714c
parent75f5d9d21401d16698eac2c5d092ae83970c0a99 (diff)
typo: attributs -> attributes
-rw-r--r--sd/source/ui/func/fuoltext.cxx4
-rw-r--r--starmath/source/toolbox.src2
-rw-r--r--sw/inc/editsh.hxx2
-rw-r--r--sw/inc/tblenum.hxx2
4 files changed, 5 insertions, 5 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
diff --git a/starmath/source/toolbox.src b/starmath/source/toolbox.src
index 0aecb51491ed..f05b0a75fd27 100644
--- a/starmath/source/toolbox.src
+++ b/starmath/source/toolbox.src
@@ -926,7 +926,7 @@ FloatingWindow RID_TOOLBOXWINDOW
ToolBox TOOLBOX_CAT_F
{
- // attributs
+ // attributes
HelpId = HID_SMA_ATTRIBUTES_TBX ;
Pos = MAP_APPFONT ( 0 , 45 ) ;
Size = MAP_APPFONT ( 65 , 95 ) ;
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index cf7b02a87c04..5b56b09277b8 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -224,7 +224,7 @@ public:
bool DontExpandFmt();
/** Apply / remove attributes.
- @return attributs in required AttributeSet.
+ @return attributes in required AttributeSet.
When not unambiguous the set has a DONT_CARE !!
2nd optional parameter <bMergeIndentValuesOfNumRule>.
If <bMergeIndentValuesOfNumRule> == sal_True, the indent attributes of
diff --git a/sw/inc/tblenum.hxx b/sw/inc/tblenum.hxx
index a81a7ea6aa5f..e99713af88f4 100644
--- a/sw/inc/tblenum.hxx
+++ b/sw/inc/tblenum.hxx
@@ -53,7 +53,7 @@ enum SplitTbl_HeadlineOption
HEADLINE_NONE = 0, // Leave everything in place.
HEADLINE_BORDERCOPY, // Copy border of the previous line.
HEADLINE_CNTNTCOPY, // Copy 1st line with all contents.
- HEADLINE_BOXATTRCOPY, // Copy box attributs of 1st line.
+ HEADLINE_BOXATTRCOPY, // Copy box attributes of 1st line.
HEADLINE_BOXATRCOLLCOPY // Copy box attributes and paragraph styles of 1st line.
};