summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/tempfile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/ucbhelper/tempfile.cxx')
-rw-r--r--unotools/source/ucbhelper/tempfile.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/unotools/source/ucbhelper/tempfile.cxx b/unotools/source/ucbhelper/tempfile.cxx
index bce71120f4f9..b168957055ce 100644
--- a/unotools/source/ucbhelper/tempfile.cxx
+++ b/unotools/source/ucbhelper/tempfile.cxx
@@ -163,6 +163,8 @@ static OUString ConstructTempDir_Impl( const OUString* pParent )
return aName;
}
+namespace {
+
class Tokens {
public:
virtual bool next(OUString *) = 0;
@@ -226,6 +228,8 @@ private:
sal_uInt32 m_count;
};
+}
+
sal_uInt32 UniqueTokens::globalValue = SAL_MAX_UINT32;
namespace