summaryrefslogtreecommitdiff
path: root/sw/source/ui/shells/textsh.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 16:26:10 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 16:26:10 +0000
commitee208c01925482591c1443c77267dfbcab5d9f7d (patch)
tree663b78f682eb70dceb48a6e83bf2d6b864e0a2fb /sw/source/ui/shells/textsh.cxx
parent1004110c55de28fbc48978c7546ccadb7848dcf3 (diff)
INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.59.36); FILE MERGED
2008/02/06 13:03:43 od 1.59.36.1: #i85348# minor correction due to missing cvs commit
Diffstat (limited to 'sw/source/ui/shells/textsh.cxx')
-rw-r--r--sw/source/ui/shells/textsh.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/shells/textsh.cxx b/sw/source/ui/shells/textsh.cxx
index b79547992646..cd4d34e77fc4 100644
--- a/sw/source/ui/shells/textsh.cxx
+++ b/sw/source/ui/shells/textsh.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: textsh.cxx,v $
*
- * $Revision: 1.59 $
+ * $Revision: 1.60 $
*
- * last change: $Author: hr $ $Date: 2008-01-04 13:24:08 $
+ * last change: $Author: kz $ $Date: 2008-03-05 17:26:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1004,7 +1004,7 @@ void SwTextShell::StateInsert( SfxItemSet &rSet )
case SID_HYPERLINK_GETLINK:
{
SfxItemSet aSet(GetPool(), RES_TXTATR_INETFMT, RES_TXTATR_INETFMT);
- rSh.GetAttr( aSet );
+ rSh.GetCurAttr( aSet );
SvxHyperlinkItem aHLinkItem;
const SfxPoolItem* pItem;
@@ -1228,7 +1228,7 @@ void SwTextShell::InsertSymbol( SfxRequest& rReq )
RES_CHRATR_CJK_FONT, RES_CHRATR_CJK_FONT,
RES_CHRATR_CTL_FONT, RES_CHRATR_CTL_FONT,
0 );
- rSh.GetAttr( aSet );
+ rSh.GetCurAttr( aSet );
USHORT nScript = rSh.GetScriptType();
SvxFontItem aFont( RES_CHRATR_FONT );
@@ -1288,7 +1288,7 @@ void SwTextShell::InsertSymbol( SfxRequest& rReq )
{
rSh.DelRight();
aSet.ClearItem();
- rSh.GetAttr( aSet );
+ rSh.GetCurAttr( aSet );
SvxScriptSetItem aSetItem( SID_ATTR_CHAR_FONT, *aSet.GetPool() );
aSetItem.GetItemSet().Put( aSet, FALSE );