summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 16:04:44 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 16:04:44 +0000
commit95130936864e86c293b62d53daef61bc081fb9ae (patch)
tree210f4ea24dcf9fb3ca74ea9be3ed62f5880de07e
parent0e8452b05d447b42617003a94e9400c9e710469c (diff)
INTEGRATION: CWS pchfix04 (1.12.104); FILE MERGED
2007/04/26 04:22:50 hjs 1.12.104.2: RESYNC: (1.12-1.13); FILE MERGED 2007/02/05 08:35:39 os 1.12.104.1: #i73604# usage of ITEMID_* removed
-rw-r--r--sc/source/ui/view/viewutil.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/viewutil.cxx b/sc/source/ui/view/viewutil.cxx
index bed894e7847e..d3142aaf550f 100644
--- a/sc/source/ui/view/viewutil.cxx
+++ b/sc/source/ui/view/viewutil.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: viewutil.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 09:59:04 $
+ * last change: $Author: kz $ $Date: 2007-05-10 17:04:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -355,7 +355,7 @@ BOOL ScViewUtil::ExecuteCharMap( const SvxFontItem& rOldFont,
aFont = pDlg->GetCharFont();
rNewFont = SvxFontItem( aFont.GetFamily(), aFont.GetName(),
aFont.GetStyleName(), aFont.GetPitch(),
- aFont.GetCharSet() ); // nId egal
+ aFont.GetCharSet(), ATTR_FONT );
bRet = TRUE;
}