summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-13 10:14:36 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-13 10:14:36 +0000
commit546b6cc3c76fe836ab9acad785aa149d50660df5 (patch)
treea3e87512b40cd77670280237ba9635252c1198ea /sw/source/ui/envelp
parent5e5f2aa171d8703a9b1a97f759c859a5e4ef4da0 (diff)
INTEGRATION: CWS swlists01 (1.20.192); FILE MERGED
2008/05/08 16:17:33 od 1.20.192.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/06 08:27:48 od 1.20.192.1: #i86732# refacotoring due to revised <SwFmt> interface
Diffstat (limited to 'sw/source/ui/envelp')
-rw-r--r--sw/source/ui/envelp/envlop1.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/envelp/envlop1.cxx b/sw/source/ui/envelp/envlop1.cxx
index 0b21304f83b5..07e0d60972aa 100644
--- a/sw/source/ui/envelp/envlop1.cxx
+++ b/sw/source/ui/envelp/envlop1.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: envlop1.cxx,v $
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
* This file is part of OpenOffice.org.
*
@@ -222,12 +222,12 @@ short SwEnvDlg::Ok()
if (pAddresseeSet)
{
SwTxtFmtColl* pColl = pSh->GetTxtCollFromPool(RES_POOLCOLL_JAKETADRESS);
- pColl->SetAttr(*pAddresseeSet);
+ pColl->SetFmtAttr(*pAddresseeSet);
}
if (pSenderSet)
{
SwTxtFmtColl* pColl = pSh->GetTxtCollFromPool(RES_POOLCOLL_SENDADRESS);
- pColl->SetAttr(*pSenderSet);
+ pColl->SetFmtAttr(*pSenderSet);
}
}