diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-11-08 00:11:35 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-11-08 00:12:38 +0200 |
commit | c3b39d70d177e22c7fbaa1bd142f105a4fdbadc0 (patch) | |
tree | 740450ef22e6282d04a108a971b83614a1b3a968 | |
parent | 7c98558d7847a7bfb25bc8cb97b99cf07dbd80c5 (diff) |
XOutputStream is a class, not a struct
-rw-r--r-- | oox/inc/oox/export/drawingml.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/export/drawingml.hxx b/oox/inc/oox/export/drawingml.hxx index d3cabe63998d..0451f2c9cbb5 100644 --- a/oox/inc/oox/export/drawingml.hxx +++ b/oox/inc/oox/export/drawingml.hxx @@ -26,7 +26,7 @@ namespace text { class XTextRange; } namespace io { - struct XOutputStream; + class XOutputStream; } }}} |