summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/RtfReader.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 07:33:29 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 07:33:29 +0000
commitf126b317fbd23b85cf160e6dfb2f2f349aa9134b (patch)
tree8cbfd1715c89e3bfff3bac907e1ebf0317476a71 /dbaccess/source/ui/misc/RtfReader.cxx
parentebb4fc3dacc3015ea2a30f72f864de64ebb5533b (diff)
INTEGRATION: CWS oj14 (1.16.4); FILE MERGED
2006/11/07 09:33:41 oj 1.16.4.6: RESYNC: (1.21-1.22); FILE MERGED 2006/07/04 08:12:20 oj 1.16.4.5: RESYNC: (1.18-1.21); FILE MERGED 2006/04/25 13:03:14 oj 1.16.4.4: new include 2006/03/20 14:00:35 oj 1.16.4.3: RESYNC: (1.16-1.18); FILE MERGED 2006/03/20 07:48:43 oj 1.16.4.2: use of module client helper 2006/01/03 07:49:18 oj 1.16.4.1: changed module client
Diffstat (limited to 'dbaccess/source/ui/misc/RtfReader.cxx')
-rw-r--r--dbaccess/source/ui/misc/RtfReader.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/ui/misc/RtfReader.cxx b/dbaccess/source/ui/misc/RtfReader.cxx
index c382b91874cf..120969ad546a 100644
--- a/dbaccess/source/ui/misc/RtfReader.cxx
+++ b/dbaccess/source/ui/misc/RtfReader.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: RtfReader.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 07:13:06 $
+ * last change: $Author: rt $ $Date: 2007-07-06 08:33:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,9 +41,6 @@
#ifndef _TOOLS_DEBUG_HXX
#include <tools/debug.hxx>
#endif
-#ifndef _DBAUI_MODULE_DBU_HXX_
-#include "moduledbu.hxx"
-#endif
#ifndef _COM_SUN_STAR_SDBCX_XDATADESCRIPTORFACTORY_HPP_
#include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp>
#endif
@@ -107,6 +104,9 @@
#ifndef DBAUI_WIZ_EXTENDPAGES_HXX
#include "WExtendPages.hxx"
#endif
+#ifndef _DBAUI_MODULE_DBU_HXX_
+#include "moduledbu.hxx"
+#endif
#ifndef DBAUI_ENUMTYPES_HXX
#include "QEnumTypes.hxx"
#endif