typo: attributs -> attributes

This commit is contained in:
Thomas Arnhold
2014-04-10 10:48:59 +02:00
parent 75f5d9d214
commit c44bddde6c
4 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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 ) ;

View File

@@ -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

View File

@@ -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.
};