summaryrefslogtreecommitdiff
path: root/include/comphelper/types.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/types.hxx
parent78b2d8211112df0a5938efbc8db0f8e48ae9e2e7 (diff)
starawt -> css::awt
Change-Id: I76dd16aa2c42a649162ea2e37c824af30cdd557b
Diffstat (limited to 'include/comphelper/types.hxx')
-rw-r--r--include/comphelper/types.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/comphelper/types.hxx b/include/comphelper/types.hxx
index 25e9a48ff731..355daf2d71b3 100644
--- a/include/comphelper/types.hxx
+++ b/include/comphelper/types.hxx
@@ -37,7 +37,6 @@ namespace com { namespace sun { namespace star { namespace awt {
namespace comphelper
{
- namespace starawt = ::com::sun::star::awt;
typedef css::uno::Reference< css::uno::XInterface > InterfaceRef;
typedef css::uno::Sequence< OUString > StringSequence;
@@ -52,8 +51,8 @@ namespace comphelper
/** compare two FontDescriptor's
*/
- COMPHELPER_DLLPUBLIC bool operator ==(const starawt::FontDescriptor& _rLeft, const starawt::FontDescriptor& _rRight);
- inline bool operator !=(const starawt::FontDescriptor& _rLeft, const starawt::FontDescriptor& _rRight)
+ COMPHELPER_DLLPUBLIC bool operator ==(const css::awt::FontDescriptor& _rLeft, const css::awt::FontDescriptor& _rRight);
+ inline bool operator !=(const css::awt::FontDescriptor& _rLeft, const css::awt::FontDescriptor& _rRight)
{
return !(_rLeft == _rRight);
}
@@ -129,7 +128,7 @@ namespace comphelper
the XXX_DONTKNOW enum values (which isn't the case if you instantiate it
via the default constructor)
*/
- COMPHELPER_DLLPUBLIC starawt::FontDescriptor getDefaultFont();
+ COMPHELPER_DLLPUBLIC css::awt::FontDescriptor getDefaultFont();
/** examine a sequence for the com.sun.star.uno::Type of it's elements.
*/