diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:16:45 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:16:45 +0000 |
commit | 7513a1805889a4dbafb14f1b5941c320ddf95c2d (patch) | |
tree | dcdb58a0fc7ed67e1ceea59f1599af343cdebae3 /padmin | |
parent | 5bd32ccd62cbcf892f3378b6e83e78d3553faa17 (diff) |
INTEGRATION: CWS warnings01 (1.8.10); FILE MERGED
2006/01/25 17:42:29 sb 1.8.10.2: RESYNC: (1.8-1.9); FILE MERGED
2005/10/24 15:06:45 pl 1.8.10.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/padialog.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/padialog.hxx b/padmin/source/padialog.hxx index 53a778f8a3f8..bf6eb57cbd59 100644 --- a/padmin/source/padialog.hxx +++ b/padmin/source/padialog.hxx @@ -4,9 +4,9 @@ * * $RCSfile: padialog.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: kz $ $Date: 2005-11-04 15:41:41 $ + * last change: $Author: hr $ $Date: 2006-06-19 12:16:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,7 @@ #include <list> #endif #ifndef _RTL_USTRING -#include <rtl/ustring> +#include <rtl/ustring.hxx> #endif #ifndef _SV_DIALOG_HXX #include <vcl/dialog.hxx> |