summaryrefslogtreecommitdiff
path: root/oox
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:11:35 +0200
commit5d9ee8f3a45987f5a6cdb582818feadc287c7191 (patch)
treee6cbd6e03696be53375f85b9a91e567440093646 /oox
parent058ddd74be08c8a1c1ab7587eba2979803c51c40 (diff)
XOutputStream is a class, not a struct
Diffstat (limited to 'oox')
-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;
}
}}}