diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-05-13 07:10:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-05-13 07:10:05 +0000 |
commit | dcc1ec6e7c1cbbb18fe8550935d93524a2fbb3b2 (patch) | |
tree | 1f453ba813446d64be786a63d519d458eac8bbaf /desktop | |
parent | bffa62a47e31aa4b21f0e2c1621611c97b2f7266 (diff) |
INTEGRATION: CWS lo5 (1.2.88); FILE MERGED
2005/04/28 11:24:45 tbe 1.2.88.1: #i48275# migration of auto correction files
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/migration/services/basicmigration.hxx | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/desktop/source/migration/services/basicmigration.hxx b/desktop/source/migration/services/basicmigration.hxx index c471e5afa06c..f8c1335315e5 100644 --- a/desktop/source/migration/services/basicmigration.hxx +++ b/desktop/source/migration/services/basicmigration.hxx @@ -2,9 +2,9 @@ * * $RCSfile: basicmigration.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-01-27 14:26:43 $ + * last change: $Author: rt $ $Date: 2005-05-13 08:10:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,10 @@ #ifndef _DESKTOP_BASICMIGRATION_HXX_ #define _DESKTOP_BASICMIGRATION_HXX_ +#ifndef _DESKTOP_MISC_HXX_ +#include "misc.hxx" +#endif + #ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_ #include <com/sun/star/lang/XServiceInfo.hpp> #endif @@ -85,9 +89,6 @@ #include <osl/file.hxx> #endif -#include <vector> -#include <memory> - class INetURLObject; @@ -108,9 +109,6 @@ namespace migration // class BasicMigration // ============================================================================= - typedef ::std::vector< ::rtl::OUString > TStringVector; - typedef ::std::auto_ptr< TStringVector > TStringVectorPtr; - typedef ::cppu::WeakImplHelper3< ::com::sun::star::lang::XServiceInfo, ::com::sun::star::lang::XInitialization, |