diff options
Diffstat (limited to 'include/svl/outstrm.hxx')
-rw-r--r-- | include/svl/outstrm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/outstrm.hxx b/include/svl/outstrm.hxx index 3850925cdf01..450bde03f24c 100644 --- a/include/svl/outstrm.hxx +++ b/include/svl/outstrm.hxx @@ -28,7 +28,7 @@ namespace com { namespace sun { namespace star { namespace io { class XOutputStream; } } } } -//============================================================================ + class SVL_DLLPUBLIC SvOutputStream: public SvStream { com::sun::star::uno::Reference< com::sun::star::io::XOutputStream > |