summaryrefslogtreecommitdiffstats
path: root/cui/source/options/optgdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optgdlg.cxx')
-rw-r--r--cui/source/options/optgdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 52fc00c996a0..706c17159466 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -1095,7 +1095,7 @@ OfaLanguagesTabPage::OfaLanguagesTabPage(vcl::Window* pParent, const SfxItemSet&
}
catch (const Exception &e)
{
- // we'll just leave the box in it's default setting and won't
+ // we'll just leave the box in its default setting and won't
// even give it event handler...
SAL_WARN("cui.options", "ignoring Exception \"" << e.Message << "\"");
}
@@ -1278,7 +1278,7 @@ bool OfaLanguagesTabPage::FillItemSet( SfxItemSet* rSet )
}
catch (const Exception& e)
{
- // we'll just leave the box in it's default setting and won't
+ // we'll just leave the box in its default setting and won't
// even give it event handler...
SAL_WARN("cui.options", "ignoring Exception \"" << e.Message << "\"");
}