summaryrefslogtreecommitdiff
path: root/sot/source/base/exchange.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/base/exchange.cxx')
-rw-r--r--sot/source/base/exchange.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx
index da90eef263d7..4888a366ec71 100644
--- a/sot/source/base/exchange.cxx
+++ b/sot/source/base/exchange.cxx
@@ -34,6 +34,8 @@
using namespace::com::sun::star::uno;
using namespace::com::sun::star::datatransfer;
+namespace {
+
/*
* These tables contain all MimeTypes, format identifiers, and types used in
* the Office. The table is sorted by the format string ID, and each ID is
@@ -47,8 +49,6 @@ struct DataFlavorRepresentation
const css::uno::Type* pType;
};
-namespace
-{
struct ImplFormatArray_Impl
{
const DataFlavorRepresentation* operator()()