diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:39:31 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:39:31 +0000 |
commit | 59e1651c5b896a4729b55fbdfa546bd2f0d201cf (patch) | |
tree | 711dd39ed078989475ee4cd532a4e335eb449bcb /sw/inc/printdata.hxx | |
parent | a9b9ab44a6469232a8a3237cb5a340b201c371e7 (diff) |
INTEGRATION: CWS warnings01 (1.4.18); FILE MERGED
2006/05/23 16:54:37 sb 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED
2006/05/12 16:42:52 sb 1.4.18.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'sw/inc/printdata.hxx')
-rw-r--r-- | sw/inc/printdata.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/printdata.hxx b/sw/inc/printdata.hxx index 608096cf7039..69e66db2a062 100644 --- a/sw/inc/printdata.hxx +++ b/sw/inc/printdata.hxx @@ -4,9 +4,9 @@ * * $RCSfile: printdata.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2006-04-27 09:44:31 $ + * last change: $Author: hr $ $Date: 2006-06-19 12:39:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,8 +39,8 @@ #ifndef _SAL_TYPES_H_ #include <sal/types.h> #endif -#ifndef _RTL_USTRING_ -#include <rtl/ustring> +#ifndef _RTL_USTRING_HXX_ +#include <rtl/ustring.hxx> #endif struct SwPrintData |