summaryrefslogtreecommitdiff
path: root/svl/source/misc/restrictedpaths.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/misc/restrictedpaths.cxx')
-rw-r--r--svl/source/misc/restrictedpaths.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/misc/restrictedpaths.cxx b/svl/source/misc/restrictedpaths.cxx
index 30fc8c95738b..91042677f3ed 100644
--- a/svl/source/misc/restrictedpaths.cxx
+++ b/svl/source/misc/restrictedpaths.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -126,7 +126,7 @@ namespace svt
xub_StrLen nLenApproved = sApprovedURL.Len();
xub_StrLen nLenChecked = m_sCheckURL.Len();
-
+
if ( nLenApproved > nLenChecked )
{
if ( m_bAllowParent )