summaryrefslogtreecommitdiff
path: root/sw/inc/fmtcol.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:02:45 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:02:45 +0000
commitb2681700c9ee184a6ef0a50700257ecf2ee90ac0 (patch)
treea60c5d943503045e89c9df94e134aacbcbb4a231 /sw/inc/fmtcol.hxx
parenta4a044e3835e2cfd84d24a19604a66316fb2f824 (diff)
INTEGRATION: CWS swwarnings (1.9.16); FILE MERGED
2007/02/27 13:06:33 tl 1.9.16.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/fmtcol.hxx')
-rw-r--r--sw/inc/fmtcol.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/fmtcol.hxx b/sw/inc/fmtcol.hxx
index 837463d263c5..ad333cbec5c9 100644
--- a/sw/inc/fmtcol.hxx
+++ b/sw/inc/fmtcol.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmtcol.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2007-02-05 10:51:35 $
+ * last change: $Author: hr $ $Date: 2007-09-27 08:02:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -127,7 +127,7 @@ public:
// --> OD 2006-11-22 #i71574#
inline const bool AssignedToListLevelOfOutlineStyle() const
{
- return ( 0 <= GetOutlineLevel() && GetOutlineLevel() < MAXLEVEL );
+ return ( /*0 <= GetOutlineLevel() &&*/ GetOutlineLevel() < MAXLEVEL );
}
inline void DeleteAssignmentToListLevelOfOutlineStyle()