summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/hdft.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/hdft.cxx')
-rw-r--r--svx/source/dialog/hdft.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/hdft.cxx b/svx/source/dialog/hdft.cxx
index aca7ecdf70c8..b6092da8607a 100644
--- a/svx/source/dialog/hdft.cxx
+++ b/svx/source/dialog/hdft.cxx
@@ -643,7 +643,7 @@ IMPL_LINK_NOARG_TYPED(SvxHFPage, BackgroundHdl, Button*, void)
if(SfxItemState::SET == GetItemSet().GetItemState(GetWhich(nId), false, &pItem))
{
// If a SfxItemSet from the SetItem for SID_ATTR_PAGE_HEADERSET or
- // SID_ATTR_PAGE_FOOTERSET exists, use it's content
+ // SID_ATTR_PAGE_FOOTERSET exists, use its content
pBBSet->Put(static_cast<const SvxSetItem*>(pItem)->GetItemSet());
}
else