summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:13:49 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:23 +0200
commit5e378e331e53fe921f276af44d972bd837dc14fa (patch)
treee275324e37d342f4169b2052e62dcc2b2390f5af
parentd47e763eabf8170474a3c364fc929139ef54e979 (diff)
typo: titel -> title
-rw-r--r--dbaccess/source/ui/querydesign/QTableWindow.cxx2
-rw-r--r--sd/source/filter/html/pubdlg.cxx2
-rw-r--r--sd/source/filter/html/pubdlg.src2
-rw-r--r--sfx2/source/view/viewfrm.cxx2
-rw-r--r--sw/inc/poolfmt.hxx4
5 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/source/ui/querydesign/QTableWindow.cxx b/dbaccess/source/ui/querydesign/QTableWindow.cxx
index 31fc0d5373a6..eec944ee77c3 100644
--- a/dbaccess/source/ui/querydesign/QTableWindow.cxx
+++ b/dbaccess/source/ui/querydesign/QTableWindow.cxx
@@ -114,7 +114,7 @@ sal_Bool OQueryTableWindow::Init()
if (!m_pListBox)
m_pListBox = CreateListBox();
- // set titel
+ // set title
m_aTitle.SetText(GetAliasName());
m_aTitle.Show();
diff --git a/sd/source/filter/html/pubdlg.cxx b/sd/source/filter/html/pubdlg.cxx
index 27189d786005..92fc604825af 100644
--- a/sd/source/filter/html/pubdlg.cxx
+++ b/sd/source/filter/html/pubdlg.cxx
@@ -108,7 +108,7 @@ public:
sal_Bool m_bSlideSound;
sal_Bool m_bHiddenSlides;
- // titel page information
+ // title page information
OUString m_aAuthor;
OUString m_aEMail;
OUString m_aWWW;
diff --git a/sd/source/filter/html/pubdlg.src b/sd/source/filter/html/pubdlg.src
index ddc01e7b8d41..21a46aea5dd9 100644
--- a/sd/source/filter/html/pubdlg.src
+++ b/sd/source/filter/html/pubdlg.src
@@ -452,7 +452,7 @@ ModalDialog DLG_PUBLISHING
Text [ en-US ] = "Export ~hidden slides" ;
};
- // Page 4, information for titel page
+ // Page 4, information for title page
FixedLine PAGE4_TITEL_1
{
Pos = MAP_APPFONT ( 6 , 9 ) ;
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index 0a05593b47bb..98df31de871e 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -1721,7 +1721,7 @@ void SfxViewFrame::Show()
if ( !pImp->bObjLocked )
LockObjectShell_Impl( true );
- // Adjust Doc-Shell titel nummer, get unique view-no
+ // Adjust Doc-Shell title nummer, get unique view-no
if ( 0 == pImp->nDocViewNo )
{
GetDocNumber_Impl();
diff --git a/sw/inc/poolfmt.hxx b/sw/inc/poolfmt.hxx
index bc9126361817..7280f9ed6225 100644
--- a/sw/inc/poolfmt.hxx
+++ b/sw/inc/poolfmt.hxx
@@ -376,8 +376,8 @@ RES_POOLCOLL_REGISTER_END,
/// Group chapter / document.
RES_POOLCOLL_DOC_BEGIN = COLL_DOC_BITS,
-RES_POOLCOLL_DOC_TITEL = RES_POOLCOLL_DOC_BEGIN, ///< Doc. titel.
-RES_POOLCOLL_DOC_SUBTITEL, ///< Doc. subtitel.
+RES_POOLCOLL_DOC_TITEL = RES_POOLCOLL_DOC_BEGIN, ///< Doc. title.
+RES_POOLCOLL_DOC_SUBTITEL, ///< Doc. subtitle.
RES_POOLCOLL_DOC_END,