diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 09:52:51 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 09:52:51 +0000 |
commit | d6169dfca0d090f74f29c02969bbff008fd5c00e (patch) | |
tree | 67a31514b1aaadc347e6be2101e8b07a26d384b3 /sw/inc/checkit.hxx | |
parent | 4713e386e5e47cb21bd3402e3259889238e1ad42 (diff) |
INTEGRATION: CWS i18napi (1.1.166); FILE MERGED
2003/04/19 20:26:59 er 1.1.166.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n
Diffstat (limited to 'sw/inc/checkit.hxx')
-rw-r--r-- | sw/inc/checkit.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/checkit.hxx b/sw/inc/checkit.hxx index facac3ebacbc..02dc9b5a8ffa 100644 --- a/sw/inc/checkit.hxx +++ b/sw/inc/checkit.hxx @@ -2,9 +2,9 @@ * * $RCSfile: checkit.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: fme $ $Date: 2002-08-20 11:39:19 $ + * last change: $Author: vg $ $Date: 2003-04-24 10:52:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,8 +66,8 @@ #include <com/sun/star/uno/Reference.h> #endif -#ifndef _DRAFTS_COM_SUN_STAR_I18N_XINPUTSEQUENCECHECKER_HPP_ -#include <drafts/com/sun/star/i18n/XInputSequenceChecker.hpp> +#ifndef _COM_SUN_STAR_I18N_XINPUTSEQUENCECHECKER_HPP_ +#include <com/sun/star/i18n/XInputSequenceChecker.hpp> #endif /************************************************************************* @@ -85,7 +85,7 @@ class SwCheckIt { public: - com::sun::star::uno::Reference < drafts::com::sun::star::i18n::XInputSequenceChecker > xCheck; + com::sun::star::uno::Reference < com::sun::star::i18n::XInputSequenceChecker > xCheck; SwCheckIt(); }; |