summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/document.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/document.cxx')
-rw-r--r--unoxml/source/dom/document.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/document.cxx b/unoxml/source/dom/document.cxx
index 4e904a899d3e..69a15862501a 100644
--- a/unoxml/source/dom/document.cxx
+++ b/unoxml/source/dom/document.cxx
@@ -340,7 +340,7 @@ namespace DOM
// IO context functions for libxml2 interaction
typedef struct {
Reference< XOutputStream > stream;
- bool allowClose;
+ bool const allowClose;
} IOContext;
extern "C" {