[Libreoffice-commits] .: oox/inc
Tor Lillqvist
tml at kemper.freedesktop.org
Sun Nov 7 14:14:36 PST 2010
oox/inc/oox/export/drawingml.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ce5458e37f0f4ead29eb3ffc15c191bce49b7728
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Mon Nov 8 00:11:35 2010 +0200
XOutputStream is a class, not a struct
diff --git a/oox/inc/oox/export/drawingml.hxx b/oox/inc/oox/export/drawingml.hxx
index d3cabe6..0451f2c 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;
}
}}}
More information about the Libreoffice-commits
mailing list