summaryrefslogtreecommitdiff
path: root/bridges/source/remote/urp/urp_cache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/source/remote/urp/urp_cache.hxx')
-rw-r--r--bridges/source/remote/urp/urp_cache.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/bridges/source/remote/urp/urp_cache.hxx b/bridges/source/remote/urp/urp_cache.hxx
index 5aec834199be..e8677116cb96 100644
--- a/bridges/source/remote/urp/urp_cache.hxx
+++ b/bridges/source/remote/urp/urp_cache.hxx
@@ -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
@@ -41,8 +41,8 @@ namespace bridges_urp
m_pCache( new t[nMaxEntries] ),
m_nMaxEntries( nMaxEntries ),
m_nEntries( 0 )
- {
-
+ {
+
}
template < class t , class tequals >
@@ -81,7 +81,7 @@ namespace bridges_urp
}
return nEntry;
}
-
+
template < class t , class tequals >
inline sal_uInt16 Cache< t , tequals >::seek( const t & value )
{
@@ -110,7 +110,7 @@ namespace bridges_urp
sal_Int32 operator () ( const t &value ) const
{ return value >= m_; }
};
-
+
template < class t, class tequals >
inline void Cache < t , tequals >::resize( sal_uInt16 nNewMaxEntries )
{