diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 15:17:10 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 15:17:10 +0000 |
commit | a9ccb15440ab96cf4709360b78eff1183696cb89 (patch) | |
tree | fe62346aa0b1150e3faa92e7d52ab7c2099c4b8f /sw/source/ui/envelp/envfmt.cxx | |
parent | 4d8bd73c576f1134b0bd09e0daca8f3577da3109 (diff) |
INTEGRATION: CWS pchfix04 (1.13.100); FILE MERGED
2007/05/08 17:30:40 hjs 1.13.100.2: RESYNC: (1.13-1.14); FILE MERGED
2007/02/05 08:27:45 os 1.13.100.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'sw/source/ui/envelp/envfmt.cxx')
-rw-r--r-- | sw/source/ui/envelp/envfmt.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/envelp/envfmt.cxx b/sw/source/ui/envelp/envfmt.cxx index af513564b323..c6cf86c45899 100644 --- a/sw/source/ui/envelp/envfmt.cxx +++ b/sw/source/ui/envelp/envfmt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: envfmt.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2007-04-26 09:07:44 $ + * last change: $Author: kz $ $Date: 2007-05-10 16:17:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -393,7 +393,7 @@ IMPL_LINK( SwEnvFmtPage, EditHdl, MenuButton *, pButton ) FALSE, &pItem ) && nDefDist != (nNewDist = ((SfxUInt16Item*)pItem)->GetValue()) ) { - SvxTabStopItem aDefTabs( 0, 0 ); + SvxTabStopItem aDefTabs( 0, 0, SVX_TAB_ADJUST_DEFAULT, RES_PARATR_TABSTOP ); MakeDefTabs( nNewDist, aDefTabs ); pSh->SetDefault( aDefTabs ); pOutputSet->ClearItem( SID_ATTR_TABSTOP_DEFAULTS ); |