diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-25 13:44:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-25 13:44:57 +0000 |
commit | 7c198c13571238f69083d137d957cca0f5c647d1 (patch) | |
tree | ef4d6afd30fdbfaca80e797452e156381ca72818 /sw/source/ui/uiview/viewdlg2.cxx | |
parent | 39b015d8c3e700913319f542904120b494711441 (diff) |
INTEGRATION: CWS pbbeta06 (1.7.220); FILE MERGED
2005/01/14 08:57:09 pb 1.7.220.1: fix: #i39983# new parameter Separator for InsertLabel()
Diffstat (limited to 'sw/source/ui/uiview/viewdlg2.cxx')
-rw-r--r-- | sw/source/ui/uiview/viewdlg2.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/uiview/viewdlg2.cxx b/sw/source/ui/uiview/viewdlg2.cxx index 220176391cce..014dceea9d3a 100644 --- a/sw/source/ui/uiview/viewdlg2.cxx +++ b/sw/source/ui/uiview/viewdlg2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: viewdlg2.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2004-10-04 19:33:17 $ + * last change: $Author: obo $ $Date: 2005-01-25 14:44:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -253,6 +253,7 @@ void SwView::InsertCaption(const InsCaptionOpt *pOpt) GetWrtShell().InsertLabel( (SwLabelType)eT, pOpt->GetCaption(), + pOpt->GetSeparator(), !pOpt->GetPos(), nID, pOpt->GetCharacterStyle(), |