summaryrefslogtreecommitdiff
path: root/sw/source/filter/writer/wrt_fn.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 08:56:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 08:56:29 +0000
commitaab23c77e57b3254894c604c5dd5ca5cefe75ce5 (patch)
tree0531d529342d963476fc4e02e33579f356aef413 /sw/source/filter/writer/wrt_fn.cxx
parentfc65e23864be018ac1b499abc74dc018ab2f270c (diff)
INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED
2007/04/03 13:00:48 tl 1.6.222.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/filter/writer/wrt_fn.cxx')
-rw-r--r--sw/source/filter/writer/wrt_fn.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/writer/wrt_fn.cxx b/sw/source/filter/writer/wrt_fn.cxx
index a7e75515b008..7e71a3dcf378 100644
--- a/sw/source/filter/writer/wrt_fn.cxx
+++ b/sw/source/filter/writer/wrt_fn.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: wrt_fn.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 22:18:24 $
+ * last change: $Author: hr $ $Date: 2007-09-27 09:56:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -94,7 +94,7 @@ Writer& Out_SfxItemSet( const SwAttrFnTab pTab, Writer& rWrt,
else
{
SfxWhichIter aIter( *pSet );
- register USHORT nWhich = aIter.FirstWhich();
+ USHORT nWhich = aIter.FirstWhich();
while( nWhich )
{
if( SFX_ITEM_SET == pSet->GetItemState( nWhich, bDeep, &pItem ) &&