summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/facreg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/facreg.cxx')
-rw-r--r--sd/source/ui/unoidl/facreg.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/source/ui/unoidl/facreg.cxx b/sd/source/ui/unoidl/facreg.cxx
index dc93ddb06810..9314a60b4fe2 100644
--- a/sd/source/ui/unoidl/facreg.cxx
+++ b/sd/source/ui/unoidl/facreg.cxx
@@ -33,11 +33,16 @@ using namespace com::sun::star;
// Declaration and initialization of a map from service names to locally
// unique factory identifiers.
+namespace {
+
enum FactoryId
{
SdDrawingDocumentFactoryId,
SdPresentationDocumentFactoryId,
};
+
+}
+
typedef std::unordered_map<OUString, FactoryId> FactoryMap;
namespace {