diff options
Diffstat (limited to 'include/comphelper/basicio.hxx')
-rw-r--r-- | include/comphelper/basicio.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/comphelper/basicio.hxx b/include/comphelper/basicio.hxx index 35b9bae841f8..feb530272a0c 100644 --- a/include/comphelper/basicio.hxx +++ b/include/comphelper/basicio.hxx @@ -24,10 +24,10 @@ #include <com/sun/star/awt/FontDescriptor.hpp> #include <comphelper/comphelperdllapi.h> -//......................................................................... + namespace comphelper { -//......................................................................... + namespace stario = ::com::sun::star::io; namespace staruno = ::com::sun::star::uno; @@ -93,9 +93,9 @@ const staruno::Reference<stario::XObjectOutputStream>& operator << (const starun return _rxOutStream; } -//......................................................................... + } // namespace comphelper -//......................................................................... + #endif // INCLUDED_COMPHELPER_BASICIO_HXX |