summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-11-08 00:11:35 +0200
committerTor Lillqvist <tml@hemulen.(none)>2010-11-08 00:12:38 +0200
commitc3b39d70d177e22c7fbaa1bd142f105a4fdbadc0 (patch)
tree740450ef22e6282d04a108a971b83614a1b3a968
parent7c98558d7847a7bfb25bc8cb97b99cf07dbd80c5 (diff)
XOutputStream is a class, not a struct
-rw-r--r--oox/inc/oox/export/drawingml.hxx2
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;
}
}}}