summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/tablemgr.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:11:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:11:56 +0000
commit2424707202f5c0fb8f31f202930309b7fd4498db (patch)
tree33882382bc7f1c013994d016065ed1c64db434f7 /sw/source/ui/inc/tablemgr.hxx
parent6f165a1af05f9dbe1195a4b9c69c9db1dc3f8e0c (diff)
INTEGRATION: CWS swwarnings (1.4.708); FILE MERGED
2007/05/29 13:19:04 os 1.4.708.2: RESYNC: (1.4-1.5); FILE MERGED 2007/02/27 13:07:09 tl 1.4.708.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/ui/inc/tablemgr.hxx')
-rw-r--r--sw/source/ui/inc/tablemgr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/inc/tablemgr.hxx b/sw/source/ui/inc/tablemgr.hxx
index 9c72a4b688fe..603241a73c3c 100644
--- a/sw/source/ui/inc/tablemgr.hxx
+++ b/sw/source/ui/inc/tablemgr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tablemgr.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 16:38:52 $
+ * last change: $Author: hr $ $Date: 2007-09-27 12:11:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -101,8 +101,8 @@ public:
inline SwTableFUNC::SwTableFUNC(SwFrmFmt &rFmt) :
pFmt(&rFmt),
- bCopy(FALSE),
- pSh(0)
+ pSh(0),
+ bCopy(FALSE)
{
}