summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/writerhelper.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-13 10:02:23 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-13 10:02:23 +0000
commita1b69100fe4278b52a1132e2a68252aebe85ff8a (patch)
tree91213a4ad80a25e9e15648eae662f892f6d30c66 /sw/source/filter/ww8/writerhelper.hxx
parent28cc408822aeec35a32bcb48829bd6ff0fb3bfcf (diff)
INTEGRATION: CWS swlists01 (1.20.50); FILE MERGED
2008/05/08 16:22:53 od 1.20.50.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/06 09:24:19 od 1.20.50.1: #i86732# - refactoring due to revised <SwTxtNode> interface - refactoring due to revised <SwFmt> interface
Diffstat (limited to 'sw/source/filter/ww8/writerhelper.hxx')
-rw-r--r--sw/source/filter/ww8/writerhelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx
index 7d87c8b8d513..001c68fb242d 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: writerhelper.hxx,v $
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
* This file is part of OpenOffice.org.
*
@@ -335,7 +335,7 @@ namespace sw
template<class T> const T & ItemGet(const SwFmt &rFmt,
sal_uInt16 eType) throw(std::bad_cast)
{
- return item_cast<T>(rFmt.GetAttr(eType));
+ return item_cast<T>(rFmt.GetFmtAttr(eType));
}
/** Extract a SfxPoolItem derived property from a SfxItemSet