summaryrefslogtreecommitdiff
path: root/extensions/source/ole/windata.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/windata.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/windata.hxx')
-rw-r--r--extensions/source/ole/windata.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/extensions/source/ole/windata.hxx b/extensions/source/ole/windata.hxx
index 76b493199ab5..760d1e6c052a 100644
--- a/extensions/source/ole/windata.hxx
+++ b/extensions/source/ole/windata.hxx
@@ -41,8 +41,6 @@
#include <osl/diagnose.h>
-namespace ole_adapter
-{
//Wrapper for VARDESC
class VarDesc
{
@@ -196,9 +194,6 @@ public:
}
};
-
-}
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */