diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:00:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:00:27 +0000 |
commit | 430d437e317a2dd3d03ca63e8c1653a1899fadfc (patch) | |
tree | 8ef0ba8005702a45a1539186ab1c1874307794cc /sw/inc/edglbldc.hxx | |
parent | c013a912a11f1d7483085ccf7145aa095147d1d1 (diff) |
INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED
2007/03/05 12:43:15 tl 1.3.710.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/edglbldc.hxx')
-rw-r--r-- | sw/inc/edglbldc.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/edglbldc.hxx b/sw/inc/edglbldc.hxx index 15e4fbdc0533..49b74b3ee1ff 100644 --- a/sw/inc/edglbldc.hxx +++ b/sw/inc/edglbldc.hxx @@ -4,9 +4,9 @@ * * $RCSfile: edglbldc.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:43:11 $ + * last change: $Author: hr $ $Date: 2007-09-27 08:00:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -80,7 +80,7 @@ public: typedef SwGlblDocContent* SwGlblDocContentPtr; -SV_DECL_PTRARR_SORT_DEL( SwGlblDocContents, SwGlblDocContentPtr, 10, 10 ); +SV_DECL_PTRARR_SORT_DEL( SwGlblDocContents, SwGlblDocContentPtr, 10, 10 ) |