diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 16:51:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 16:51:44 +0000 |
commit | fbe55daab4cfcf511196158eacb84a20f1ef495a (patch) | |
tree | ce75d04c76326b8bebd4991a652f9b57b0bea22d /svx/source/dialog | |
parent | 678069e9549350d6c7b1f5ff2f681a2d09f19d71 (diff) |
INTEGRATION: CWS vgbugs07 (1.11.320); FILE MERGED
2007/06/04 13:26:32 vg 1.11.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/txencbox.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/txencbox.cxx b/svx/source/dialog/txencbox.cxx index ec03a8bcef30..4e83239e4f24 100644 --- a/svx/source/dialog/txencbox.cxx +++ b/svx/source/dialog/txencbox.cxx @@ -4,9 +4,9 @@ * * $RCSfile: txencbox.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2006-10-12 12:32:50 $ + * last change: $Author: hr $ $Date: 2007-06-27 17:51:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,7 @@ #include "txencbox.hxx" #include "txenctab.hxx" -#include "dialogs.hrc" +#include <svx/dialogs.hrc> #ifndef SVX_DBCHARSETHELPER_HXX #include "dbcharsethelper.hxx" |