diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:05:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:05:59 +0000 |
commit | 626b5f434aa91c03e93b60141354458195a56657 (patch) | |
tree | 1325aa140ad1191993394177315c47bfecfe0299 /sw/inc/mdiexp.hxx | |
parent | 9dfb674e5a42524bc6e4d138d0116b9365de32e0 (diff) |
INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED
2007/04/03 12:57:06 tl 1.5.242.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/mdiexp.hxx')
-rw-r--r-- | sw/inc/mdiexp.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sw/inc/mdiexp.hxx b/sw/inc/mdiexp.hxx index 1273fdca4a3a..5e4e124de56d 100644 --- a/sw/inc/mdiexp.hxx +++ b/sw/inc/mdiexp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: mdiexp.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-08-14 15:26:31 $ + * last change: $Author: hr $ $Date: 2007-09-27 08:05:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,9 @@ #ifndef _SOLAR_H #include <tools/solar.h> #endif - +#ifndef _TBLENUM_HXX +#include <tblenum.hxx> +#endif class UniString; class SwRect; class Size; @@ -77,7 +79,7 @@ void RepaintPagePreview( ViewShell* pVwSh, const SwRect& rRect ); void DelAllGrfCacheEntries( SwDoc* pDoc ); // ChgMode fuer Tabellen aus der Konfiguration lesen -USHORT GetTblChgDefaultMode(); +TblChgMode GetTblChgDefaultMode(); BOOL JumpToSwMark( ViewShell* pVwSh, const UniString& rMark ); |