summaryrefslogtreecommitdiff
path: root/sw/source/ui/lingu/hhcwrp.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 16:23:32 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 16:23:32 +0000
commit376f27056c61a7a11b9073e6b9684da9f8ac5937 (patch)
tree864c55b3fcecbe3af53c4e1c971edd88e58bbf79 /sw/source/ui/lingu/hhcwrp.cxx
parentf15356371b7477989a3eb619310b26118c3fe6c0 (diff)
INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.17.140); FILE MERGED
2008/01/23 14:42:11 od 1.17.140.1: #i85348# adjustments due to changed method <SwEditShell::GetCurAttr(..)>
Diffstat (limited to 'sw/source/ui/lingu/hhcwrp.cxx')
-rw-r--r--sw/source/ui/lingu/hhcwrp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/lingu/hhcwrp.cxx b/sw/source/ui/lingu/hhcwrp.cxx
index b20254532c..ea5c696140 100644
--- a/sw/source/ui/lingu/hhcwrp.cxx
+++ b/sw/source/ui/lingu/hhcwrp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hhcwrp.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 12:18:25 $
+ * last change: $Author: kz $ $Date: 2008-03-05 17:23:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -440,7 +440,7 @@ void SwHHCWrapper::ChangeText_impl( const String &rNewText, sal_Bool bKeepAttrib
SfxItemSet aItemSet( rWrtShell.GetAttrPool(), aRanges );
// get all attributes spanning the whole selection in order to
// restore those for the new text
- rWrtShell.GetAttr( aItemSet );
+ rWrtShell.GetCurAttr( aItemSet );
#ifdef DEBUG
String aSelTxt1( rWrtShell.GetSelTxt() );