[Libreoffice-commits] core.git: 2 commits - sc/source solenv/gbuild
Julien Nabet
serval2412 at yahoo.fr
Tue May 19 12:59:56 PDT 2015
sc/source/ui/inc/tphfedit.hxx | 2 +-
sc/source/ui/pagedlg/scuitphfedit.cxx | 2 +-
sc/source/ui/pagedlg/tphfedit.cxx | 2 +-
solenv/gbuild/README | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit c922776fdde4801af51ea3840c62f2fa3b8bc552
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Tue May 19 21:58:46 2015 +0200
Typo
Change-Id: Ifaf9320a4f616d25609254d92d9b0e224c2ec591
diff --git a/solenv/gbuild/README b/solenv/gbuild/README
index e3cc0d6..fe123e2 100644
--- a/solenv/gbuild/README
+++ b/solenv/gbuild/README
@@ -11,7 +11,7 @@ for an archived overview of the new build system.
See
./solenv/doc/gbuild
-for a commented class/API heirachy of gbuild written in C++ syntax. It was not
+for a commented class/API hierarchy of gbuild written in C++ syntax. It was not
intended for any use beyond to generate nicelooking docs with the doxygen
doxygen documentation generator from it. It likely is quite outdated these
days.
commit 2dd61975f16c42df4babe59d8f22c652a9d6a7e5
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Tue May 19 21:57:28 2015 +0200
Typo: SetCharAttriutes->SetCharAttributes
Change-Id: I889f67f1bc097b171ba416cd07d1a54a0cbc542d
diff --git a/sc/source/ui/inc/tphfedit.hxx b/sc/source/ui/inc/tphfedit.hxx
index 19cc96c..f222c63 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 6de4ed6..59b24a0 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 cb6d90b..dd8cb95 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();
More information about the Libreoffice-commits
mailing list