summaryrefslogtreecommitdiff
path: root/framework/source/fwe/helper
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-06 21:22:42 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-06 21:22:42 +0100
commit6f0e7c36e436c66ed267ea446b7d640033bc3742 (patch)
tree88006cc5def5e5dfefe7c005438173fddfa0f8d9 /framework/source/fwe/helper
parent668fefcea085f39a6fa610b93a712c5e250ccf1a (diff)
Typo: seam(s) -> seem(s)
Change-Id: I840d120644760b61a39ad88b4095056f0f753bb7
Diffstat (limited to 'framework/source/fwe/helper')
-rw-r--r--framework/source/fwe/helper/titlehelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/fwe/helper/titlehelper.cxx b/framework/source/fwe/helper/titlehelper.cxx
index 0e3a97bbcb52..e19a6792a2ec 100644
--- a/framework/source/fwe/helper/titlehelper.cxx
+++ b/framework/source/fwe/helper/titlehelper.cxx
@@ -103,11 +103,11 @@ OUString SAL_CALL TitleHelper::getTitle()
if (m_bExternalTitle)
return m_sTitle;
- // Title seams to be up-to-date. Return it directly.
+ // Title seems to be up-to-date. Return it directly.
if (!m_sTitle.isEmpty())
return m_sTitle;
- // Title seams to be unused till now ... do bootstraping
+ // Title seems to be unused till now ... do bootstraping
impl_updateTitle (true);
return m_sTitle;