summaryrefslogtreecommitdiff
path: root/sw/source/ui/index
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-10-20 13:18:07 +0000
committerOliver Specht <os@openoffice.org>2000-10-20 13:18:07 +0000
commitc9be7fd88626f624be3abd7cbc86a4eee05bfffa (patch)
treee15b164e7f0773fae295dde34f3e8acd5862abd3 /sw/source/ui/index
parentd68b1b6ae355c92e982ec845216ba459dbdd9e16 (diff)
use comphelper methods
Diffstat (limited to 'sw/source/ui/index')
-rw-r--r--sw/source/ui/index/idxmrk.cxx13
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.