anonymous namespaces work fine now

This commit is contained in:
Caolán McNamara 2011-06-23 00:34:11 +01:00
parent 4e7325d751
commit 124a30f47b

View file

@ -65,10 +65,6 @@
#include <unotools/charclass.hxx>
#include "rtl/instance.hxx"
namespace unnamed_svl_urihelper {}
using namespace unnamed_svl_urihelper;
// unnamed namespaces don't work well yet...
namespace css = com::sun::star;
using namespace com::sun::star;
@ -78,7 +74,7 @@ using namespace com::sun::star;
//
//============================================================================
namespace unnamed_svl_urihelper {
namespace {
inline UniString toUniString(ByteString const & rString)
{
@ -422,7 +418,7 @@ rtl::OUString URIHelper::simpleNormalizedMakeRelative(
//
//============================================================================
namespace unnamed_svl_urihelper {
namespace {
inline xub_StrLen nextChar(UniString const & rStr, xub_StrLen nPos)
{