Kaydet (Commit) 5e378e33 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: titel -> title

üst d47e763e
...@@ -114,7 +114,7 @@ sal_Bool OQueryTableWindow::Init() ...@@ -114,7 +114,7 @@ sal_Bool OQueryTableWindow::Init()
if (!m_pListBox) if (!m_pListBox)
m_pListBox = CreateListBox(); m_pListBox = CreateListBox();
// set titel // set title
m_aTitle.SetText(GetAliasName()); m_aTitle.SetText(GetAliasName());
m_aTitle.Show(); m_aTitle.Show();
......
...@@ -108,7 +108,7 @@ public: ...@@ -108,7 +108,7 @@ public:
sal_Bool m_bSlideSound; sal_Bool m_bSlideSound;
sal_Bool m_bHiddenSlides; sal_Bool m_bHiddenSlides;
// titel page information // title page information
OUString m_aAuthor; OUString m_aAuthor;
OUString m_aEMail; OUString m_aEMail;
OUString m_aWWW; OUString m_aWWW;
......
...@@ -452,7 +452,7 @@ ModalDialog DLG_PUBLISHING ...@@ -452,7 +452,7 @@ ModalDialog DLG_PUBLISHING
Text [ en-US ] = "Export ~hidden slides" ; Text [ en-US ] = "Export ~hidden slides" ;
}; };
// Page 4, information for titel page // Page 4, information for title page
FixedLine PAGE4_TITEL_1 FixedLine PAGE4_TITEL_1
{ {
Pos = MAP_APPFONT ( 6 , 9 ) ; Pos = MAP_APPFONT ( 6 , 9 ) ;
......
...@@ -1721,7 +1721,7 @@ void SfxViewFrame::Show() ...@@ -1721,7 +1721,7 @@ void SfxViewFrame::Show()
if ( !pImp->bObjLocked ) if ( !pImp->bObjLocked )
LockObjectShell_Impl( true ); 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 ) if ( 0 == pImp->nDocViewNo )
{ {
GetDocNumber_Impl(); GetDocNumber_Impl();
......
...@@ -376,8 +376,8 @@ RES_POOLCOLL_REGISTER_END, ...@@ -376,8 +376,8 @@ RES_POOLCOLL_REGISTER_END,
/// Group chapter / document. /// Group chapter / document.
RES_POOLCOLL_DOC_BEGIN = COLL_DOC_BITS, RES_POOLCOLL_DOC_BEGIN = COLL_DOC_BITS,
RES_POOLCOLL_DOC_TITEL = RES_POOLCOLL_DOC_BEGIN, ///< Doc. titel. RES_POOLCOLL_DOC_TITEL = RES_POOLCOLL_DOC_BEGIN, ///< Doc. title.
RES_POOLCOLL_DOC_SUBTITEL, ///< Doc. subtitel. RES_POOLCOLL_DOC_SUBTITEL, ///< Doc. subtitle.
RES_POOLCOLL_DOC_END, RES_POOLCOLL_DOC_END,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment