summaryrefslogtreecommitdiff
path: root/extensions/source/ole/oleobjw.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-02-12 15:31:14 +0200
committerTor Lillqvist <tml@collabora.com>2018-02-12 22:48:54 +0100
commitd9fc18d5a797972ba182fbcae941535a50098dcb (patch)
treed549c0150edbbd9b98d8afaca3c2512362429a48 /extensions/source/ole/oleobjw.hxx
parent707f787cd991f9c59712cd3020d127d09605c792 (diff)
Get rid of ole_adapter namespace level
None of this is DLLPUBLIC anyway, and it all goes into one DLL. Change-Id: I3756f87aaa4561ef54a9e6aaeeac47b99350c6b3 Reviewed-on: https://gerrit.libreoffice.org/49616 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'extensions/source/ole/oleobjw.hxx')
-rw-r--r--extensions/source/ole/oleobjw.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/extensions/source/ole/oleobjw.hxx b/extensions/source/ole/oleobjw.hxx
index dbf1b74924eb..6c673f178c82 100644
--- a/extensions/source/ole/oleobjw.hxx
+++ b/extensions/source/ole/oleobjw.hxx
@@ -46,10 +46,6 @@ using namespace com::sun::star::lang;
using namespace com::sun::star::bridge;
using namespace com::sun::star::bridge::oleautomation;
-namespace ole_adapter
-{
-
-
typedef std::unordered_map<OUString, pair<DISPID, unsigned short>> DispIdMap;
typedef std::unordered_multimap<OUString, unsigned int> TLBFuncIndexMap;
@@ -246,8 +242,6 @@ protected:
bool m_bHasDfltProperty;
};
-} // end namespace
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */