summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-16 15:20:42 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-16 15:20:42 +0000
commit15a17912b7b3a0d507b1b4993a432caa1c42e103 (patch)
treeea38d7bad6b6819c0beabaa5a9707638d7a77028 /stoc
parent2af2a0c812b5ad84793d920912d291f2bb2e77d6 (diff)
removed unnecessare vos include and replaced False by sal_False
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/implementationregistration/implreg.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/stoc/source/implementationregistration/implreg.cxx b/stoc/source/implementationregistration/implreg.cxx
index 346a8737cfdf..a1c5f8ce5506 100644
--- a/stoc/source/implementationregistration/implreg.cxx
+++ b/stoc/source/implementationregistration/implreg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: implreg.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jl $ $Date: 2001-03-12 17:19:47 $
+ * last change: $Author: jl $ $Date: 2001-03-16 16:20:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,8 +80,7 @@
#include <uno/mapping.hxx>
#include <osl/thread.h>
-//#include <vos/thread.hxx>
-#include <vos/conditn.hxx>
+
#include <rtl/ustring.hxx>
@@ -267,7 +266,7 @@ static void prepareLink( const Reference < XSimpleRegistry > & xDest,
{
OUString linkRefName = xSource->getKeyName();
OUString linkName(link);
- sal_Bool isRelativ = False;
+ sal_Bool isRelativ = sal_False;
const sal_Unicode* pTmpName = link.getStr();
const sal_Unicode* pShortName;