diff options
author | Oliver Specht <os@openoffice.org> | 2000-10-20 13:18:07 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2000-10-20 13:18:07 +0000 |
commit | c9be7fd88626f624be3abd7cbc86a4eee05bfffa (patch) | |
tree | e15b164e7f0773fae295dde34f3e8acd5862abd3 /sw/source/ui/index | |
parent | d68b1b6ae355c92e982ec845216ba459dbdd9e16 (diff) |
use comphelper methods
Diffstat (limited to 'sw/source/ui/index')
-rw-r--r-- | sw/source/ui/index/idxmrk.cxx | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sw/source/ui/index/idxmrk.cxx b/sw/source/ui/index/idxmrk.cxx index 90d45881f0be..ef4bdb577aaa 100644 --- a/sw/source/ui/index/idxmrk.cxx +++ b/sw/source/ui/index/idxmrk.cxx @@ -2,9 +2,9 @@ * * $RCSfile: idxmrk.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:44 $ + * last change: $Author: os $ $Date: 2000-10-20 14:18:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,8 +69,8 @@ #include <hintids.hxx> #endif -#ifndef _UNOTOOLS_PROCESSFACTORY_HXX_ -#include <unotools/processfactory.hxx> +#ifndef _COMPHELPER_PROCESSFACTORY_HXX_ +#include <comphelper/processfactory.hxx> #endif #ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include <com/sun/star/lang/XMultiServiceFactory.hpp> @@ -162,7 +162,7 @@ static sal_uInt16 nKey1Pos = USHRT_MAX; static sal_uInt16 nKey2Pos = USHRT_MAX; using namespace ::rtl; -using namespace ::utl; +using namespace ::comphelper; using namespace ::com::sun::star; #define C2U(cChar) OUString::createFromAscii(cChar) /*-------------------------------------------------------------------- @@ -1754,6 +1754,9 @@ void SwAuthMarkModalDlg::Apply() /*------------------------------------------------------------------------ $Log: not supported by cvs2svn $ + Revision 1.1.1.1 2000/09/18 17:14:44 hr + initial import + Revision 1.105 2000/09/18 16:05:53 willem.vandorp OpenOffice header added. |