summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-05-19 21:57:28 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-05-19 21:59:05 +0200
commit2dd61975f16c42df4babe59d8f22c652a9d6a7e5 (patch)
treeac649fcd1c67a55cc86682f3d309508bbbf6d6d2 /sc
parent3ebb9a26c26d78c9d1605264503b1d3f276b8729 (diff)
Typo: SetCharAttriutes->SetCharAttributes
Change-Id: I889f67f1bc097b171ba416cd07d1a54a0cbc542d
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/tphfedit.hxx2
-rw-r--r--sc/source/ui/pagedlg/scuitphfedit.cxx2
-rw-r--r--sc/source/ui/pagedlg/tphfedit.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/tphfedit.hxx b/sc/source/ui/inc/tphfedit.hxx
index 19cc96c96b87..f222c63fabb4 100644
--- a/sc/source/ui/inc/tphfedit.hxx
+++ b/sc/source/ui/inc/tphfedit.hxx
@@ -62,7 +62,7 @@ public:
using Control::SetText;
void SetText( const EditTextObject& rTextObject );
EditTextObject* CreateTextObject();
- void SetCharAttriutes();
+ void SetCharAttributes();
void InsertField( const SvxFieldItem& rFld );
diff --git a/sc/source/ui/pagedlg/scuitphfedit.cxx b/sc/source/ui/pagedlg/scuitphfedit.cxx
index 6de4ed699efb..59b24a048f82 100644
--- a/sc/source/ui/pagedlg/scuitphfedit.cxx
+++ b/sc/source/ui/pagedlg/scuitphfedit.cxx
@@ -803,7 +803,7 @@ IMPL_LINK( ScHFEditPage, ClickHdl, PushButton*, pBtn )
if ( pBtn == m_pBtnText )
{
- pActiveEdWnd->SetCharAttriutes();
+ pActiveEdWnd->SetCharAttributes();
}
else
{
diff --git a/sc/source/ui/pagedlg/tphfedit.cxx b/sc/source/ui/pagedlg/tphfedit.cxx
index cb6d90b11c13..dd8cb954e980 100644
--- a/sc/source/ui/pagedlg/tphfedit.cxx
+++ b/sc/source/ui/pagedlg/tphfedit.cxx
@@ -185,7 +185,7 @@ void ScEditWindow::InsertField( const SvxFieldItem& rFld )
pEdView->InsertField( rFld );
}
-void ScEditWindow::SetCharAttriutes()
+void ScEditWindow::SetCharAttributes()
{
SfxObjectShell* pDocSh = SfxObjectShell::Current();