summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/sortedarray.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 09:00:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 09:00:02 +0000
commitbd78a6781ca6acd03c1c8d108ef6bea86a580f6f (patch)
tree61c4fcabfb0f3312db5313406492f51223f60fa8 /sw/source/filter/ww8/sortedarray.hxx
parent25fb64354915ce070e9337b964a74981e58e9c2f (diff)
INTEGRATION: CWS swwarnings (1.3.466); FILE MERGED
2007/05/16 10:17:32 tl 1.3.466.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/filter/ww8/sortedarray.hxx')
-rw-r--r--sw/source/filter/ww8/sortedarray.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/sortedarray.hxx b/sw/source/filter/ww8/sortedarray.hxx
index 49fdacc6e81b..758c29d95734 100644
--- a/sw/source/filter/ww8/sortedarray.hxx
+++ b/sw/source/filter/ww8/sortedarray.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sortedarray.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2006-03-29 08:05:17 $
+ * last change: $Author: hr $ $Date: 2007-09-27 10:00:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -123,7 +123,9 @@ namespace ww
++pIter;
}
if (bBroken)
+ {
DBG_ERROR(rtl::OUStringToOString(sError, RTL_TEXTENCODING_ASCII_US));
+ }
#endif
}
};