summaryrefslogtreecommitdiff
path: root/include/comphelper/basicio.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/basicio.hxx')
-rw-r--r--include/comphelper/basicio.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/comphelper/basicio.hxx b/include/comphelper/basicio.hxx
index 7b0c35410825..35b9bae841f8 100644
--- a/include/comphelper/basicio.hxx
+++ b/include/comphelper/basicio.hxx
@@ -36,6 +36,9 @@ namespace starawt = ::com::sun::star::awt;
// bool
COMPHELPER_DLLPUBLIC const staruno::Reference<stario::XObjectInputStream>& operator >> (const staruno::Reference<stario::XObjectInputStream>& _rxInStream, bool& _rVal);
COMPHELPER_DLLPUBLIC const staruno::Reference<stario::XObjectOutputStream>& operator << (const staruno::Reference<stario::XObjectOutputStream>& _rxOutStream, bool _bVal);
+void operator <<(
+ css::uno::Reference<css::io::XObjectOutputStream> const &, sal_Bool)
+ SAL_DELETED_FUNCTION;
// OUString
COMPHELPER_DLLPUBLIC const staruno::Reference<stario::XObjectInputStream>& operator >> (const staruno::Reference<stario::XObjectInputStream>& _rxInStream, OUString& _rStr);