summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-11-15 13:43:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-11-15 13:43:07 +0000
commitbc5dccaa1cb621b318491b56df12cc4e550a5b97 (patch)
treeedd2b10278cb74add767022556009c11db6558e2
parent5f6e4f510e7722c913789b3346d4c26c995c88f4 (diff)
#65293#: SFX_SEARCHPATH_DELIMITER -> SVT_SEARCHPATH_DELIMITER
-rw-r--r--sw/source/ui/misc/glosbib.cxx10
-rw-r--r--sw/source/ui/misc/glosdoc.cxx13
2 files changed, 15 insertions, 8 deletions
diff --git a/sw/source/ui/misc/glosbib.cxx b/sw/source/ui/misc/glosbib.cxx
index 5de064b2918b..28c1639d52d6 100644
--- a/sw/source/ui/misc/glosbib.cxx
+++ b/sw/source/ui/misc/glosbib.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: glosbib.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jp $ $Date: 2000-11-13 10:54:33 $
+ * last change: $Author: hr $ $Date: 2000-11-15 14:43:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,6 +99,7 @@
#endif
#include <svtools/svstdarr.hxx>
+#include <svtools/pathoptions.hxx>
#ifndef _SWTYPES_HXX
#include <swtypes.hxx>
@@ -620,7 +621,7 @@ void FEdit::KeyInput( const KeyEvent& rKEvent )
if (aCode.GetGroup() == KEYGROUP_CURSOR ||
((aCode.GetGroup() == KEYGROUP_MISC) && aCode.GetCode() <= KEY_DELETE) ||
- sKey != SFX_SEARCHPATH_DELIMITER)
+ sKey != SVT_SEARCHPATH_DELIMITER)
Edit::KeyInput( rKEvent );
}
/* -----------------------------08.02.00 15:07--------------------------------
@@ -676,6 +677,9 @@ void SwGlossaryGroupTLB::Clear()
Source Code Control System - Update
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/13 10:54:33 jp
+ remove IniManager
+
Revision 1.3 2000/11/06 09:19:24 jp
must changes: tempfile
diff --git a/sw/source/ui/misc/glosdoc.cxx b/sw/source/ui/misc/glosdoc.cxx
index a51fec30a536..bea04aac69fa 100644
--- a/sw/source/ui/misc/glosdoc.cxx
+++ b/sw/source/ui/misc/glosdoc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: glosdoc.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jp $ $Date: 2000-11-13 10:42:26 $
+ * last change: $Author: hr $ $Date: 2000-11-15 14:43:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -823,11 +823,11 @@ void SwGlossaries::UpdateGlosPath(sal_Bool bFull)
delete pTmp;
}
String sErrPath;
- sal_uInt16 nTokenCount = aPath.GetTokenCount(SFX_SEARCHPATH_DELIMITER);
+ sal_uInt16 nTokenCount = aPath.GetTokenCount(SVT_SEARCHPATH_DELIMITER);
SvStrings aDirArr;
for( i = 0; i < nTokenCount; i++ )
{
- String sPth(aPath.GetToken(i, SFX_SEARCHPATH_DELIMITER));
+ String sPth(aPath.GetToken(i, SVT_SEARCHPATH_DELIMITER));
sPth = URIHelper::SmartRelToAbs(sPth);
if(i && lcl_FindSameEntry(aDirArr, sPth))
@@ -849,7 +849,7 @@ void SwGlossaries::UpdateGlosPath(sal_Bool bFull)
if(!bExists)
{
if(sErrPath.Len())
- sErrPath += SFX_SEARCHPATH_DELIMITER;
+ sErrPath += SVT_SEARCHPATH_DELIMITER;
INetURLObject aTemp(sPth);
sErrPath += aTemp.GetFull();
@@ -908,6 +908,9 @@ String SwGlossaries::GetExtension()
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.6 2000/11/13 10:42:26 jp
+ must changes: use Search from SvtPathOptions
+
Revision 1.5 2000/11/06 09:04:00 jp
must changes: GlossaryPath -> AutoTextPath