summaryrefslogtreecommitdiff
path: root/include/comphelper/basicio.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-20 21:39:27 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-21 09:03:21 +0200
commit123c64ab007868eaed24810d1c52ca84f7a6ac52 (patch)
tree0abd24962340197364499bf4dc64f0e22ccdac70 /include/comphelper/basicio.hxx
parent78b2d8211112df0a5938efbc8db0f8e48ae9e2e7 (diff)
starawt -> css::awt
Change-Id: I76dd16aa2c42a649162ea2e37c824af30cdd557b
Diffstat (limited to 'include/comphelper/basicio.hxx')
-rw-r--r--include/comphelper/basicio.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/comphelper/basicio.hxx b/include/comphelper/basicio.hxx
index e5bcd77b77d5..525daf6370ae 100644
--- a/include/comphelper/basicio.hxx
+++ b/include/comphelper/basicio.hxx
@@ -30,7 +30,6 @@ namespace comphelper
namespace stario = ::com::sun::star::io;
-namespace starawt = ::com::sun::star::awt;
// bool
COMPHELPER_DLLPUBLIC const css::uno::Reference<stario::XObjectInputStream>& operator >> (const css::uno::Reference<stario::XObjectInputStream>& _rxInStream, bool& _rVal);
@@ -60,8 +59,8 @@ COMPHELPER_DLLPUBLIC const css::uno::Reference<stario::XObjectInputStream>& oper
COMPHELPER_DLLPUBLIC const css::uno::Reference<stario::XObjectOutputStream>& operator << (const css::uno::Reference<stario::XObjectOutputStream>& _rxOutStream, sal_Int32 _nValue);
// FontDescriptor
-COMPHELPER_DLLPUBLIC const css::uno::Reference<stario::XObjectInputStream>& operator >> (const css::uno::Reference<stario::XObjectInputStream>& InStream, starawt::FontDescriptor& rVal);
-COMPHELPER_DLLPUBLIC const css::uno::Reference<stario::XObjectOutputStream>& operator << (const css::uno::Reference<stario::XObjectOutputStream>& OutStream, const starawt::FontDescriptor& rVal);
+COMPHELPER_DLLPUBLIC const css::uno::Reference<stario::XObjectInputStream>& operator >> (const css::uno::Reference<stario::XObjectInputStream>& InStream, css::awt::FontDescriptor& rVal);
+COMPHELPER_DLLPUBLIC const css::uno::Reference<stario::XObjectOutputStream>& operator << (const css::uno::Reference<stario::XObjectOutputStream>& OutStream, const css::awt::FontDescriptor& rVal);
// sequences
template <class ELEMENT>