summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:20:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:20:52 +0000
commit5f159e979fe97ceeef249c8f03a15f1938849235 (patch)
treeb3ae522726d978d15c0de7ce374309bcbb42c5a2 /svtools
parente8555179af9ac0903032c66f1d0e8afe713c6d0e (diff)
INTEGRATION: CWS warnings01 (1.4.92); FILE MERGED
2006/01/27 16:43:26 sb 1.4.92.1: #i53898# Made code warning-free.
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/restrictedpaths.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svtools/source/misc/restrictedpaths.cxx b/svtools/source/misc/restrictedpaths.cxx
index 3e5e8725ef84..efe60c1bca8f 100644
--- a/svtools/source/misc/restrictedpaths.cxx
+++ b/svtools/source/misc/restrictedpaths.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: restrictedpaths.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hjs $ $Date: 2005-11-16 09:03:18 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:20:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -196,6 +196,8 @@ namespace svt
lcl_convertStringListToUrls( sRestrictedPathList, m_aUnrestrictedURLs, true );
}
+ RestrictedPaths::~RestrictedPaths() {}
+
// --------------------------------------------------------------------
bool RestrictedPaths::isUrlAllowed( const String& _rURL ) const
{