summaryrefslogtreecommitdiff
path: root/sw/source/ui/shells/textsh.cxx
diff options
context:
space:
mode:
authoros <os@openoffice.org>2011-02-18 10:06:26 +0100
committeros <os@openoffice.org>2011-02-18 10:06:26 +0100
commite8a5c93d2367773a4d26c1d05c9bb84cfb6b2778 (patch)
treef6fb4a3bf80275f12fce4493dc629a7f69188722 /sw/source/ui/shells/textsh.cxx
parent79502243dda95bce5731b5f1a5a685277fc593d2 (diff)
os150: SvxFontItem member access changed to Set<member>-methods
Diffstat (limited to 'sw/source/ui/shells/textsh.cxx')
-rwxr-xr-x[-rw-r--r--]sw/source/ui/shells/textsh.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/shells/textsh.cxx b/sw/source/ui/shells/textsh.cxx
index 6ed0e3050f26..d4c309cf2a2d 100644..100755
--- a/sw/source/ui/shells/textsh.cxx
+++ b/sw/source/ui/shells/textsh.cxx
@@ -1161,10 +1161,10 @@ void SwTextShell::InsertSymbol( SfxRequest& rReq )
{
bFontChanged = sal_True;
SvxFontItem aNewFontItem( aFont );
- aNewFontItem.GetFamilyName() = aNewFont.GetName();
- aNewFontItem.GetFamily() = aNewFont.GetFamily();
- aNewFontItem.GetPitch() = aNewFont.GetPitch();
- aNewFontItem.GetCharSet() = aNewFont.GetCharSet();
+ aNewFontItem.SetFamilyName( aNewFont.GetName());
+ aNewFontItem.SetFamily( aNewFont.GetFamily());
+ aNewFontItem.SetPitch( aNewFont.GetPitch());
+ aNewFontItem.SetCharSet( aNewFont.GetCharSet() );
SfxItemSet aRestoreSet( GetPool(), RES_CHRATR_FONT, RES_CHRATR_FONT,
RES_CHRATR_CJK_FONT, RES_CHRATR_CJK_FONT,