summaryrefslogtreecommitdiff
path: root/linguistic/source/misc2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/misc2.cxx')
-rw-r--r--linguistic/source/misc2.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/linguistic/source/misc2.cxx b/linguistic/source/misc2.cxx
index 664812f4b279..6e48fc7aa52c 100644
--- a/linguistic/source/misc2.cxx
+++ b/linguistic/source/misc2.cxx
@@ -30,6 +30,8 @@
using namespace com::sun::star;
+namespace {
+
/// Flags to be used with the multi-path related functions
/// @see GetDictionaryPaths
enum class DictionaryPathFlags
@@ -38,6 +40,9 @@ enum class DictionaryPathFlags
INTERNAL = 0x01,
USER = 0x02,
};
+
+}
+
namespace o3tl
{
template<> struct typed_flags<DictionaryPathFlags> : is_typed_flags<DictionaryPathFlags, 0x03> {};