diff options
Diffstat (limited to 'unoxml/source/dom/document.cxx')
-rw-r--r-- | unoxml/source/dom/document.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/document.cxx b/unoxml/source/dom/document.cxx index be96f69c9035..fe6994df2191 100644 --- a/unoxml/source/dom/document.cxx +++ b/unoxml/source/dom/document.cxx @@ -326,10 +326,10 @@ namespace DOM namespace { // IO context functions for libxml2 interaction - typedef struct { + struct IOContext { Reference< XOutputStream > stream; bool const allowClose; - } IOContext; + }; } |