diff options
author | Muhammad Haggag <mhaggag@gmail.com> | 2012-05-02 22:32:48 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-05-03 11:12:12 +0200 |
commit | 002127460ad4b18fd66723e93c3d308ffc7207b1 (patch) | |
tree | 34026ddad8bd813fbbaedd879588d7e357e8158e /cui | |
parent | 4d68b95cb9e2fcf761940de6f8662d21218452f2 (diff) |
fdo#31005 Writer: Undo support for "Repeat Heading" in autoformat application
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/border.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx index 67bbeb9e0095..d6bf7a0be325 100644 --- a/cui/source/tabpages/border.cxx +++ b/cui/source/tabpages/border.cxx @@ -600,7 +600,7 @@ sal_Bool SvxBorderTabPage::FillItemSet( SfxItemSet& rCoreAttrs ) const SfxPoolItem* pOld = 0; //------------------ - // outter border: + // outer border: //------------------ typedef ::std::pair<svx::FrameBorderType,sal_uInt16> TBorderPair; TBorderPair eTypes1[] = { |