diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 18:45:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 20:41:14 +0200 |
commit | e06cb5853f735e523f740dec82954c54cbe47f48 (patch) | |
tree | 0e4841cb54766a810fdca5af125ce8c01ecaa384 /include/vcl/unohelp.hxx | |
parent | 1d3bec99e87c6f1e083f36bc1906839025d640df (diff) |
compact namespace: vcl
Change-Id: Ic861003f522e76431fffaadc408d0a153b12d0e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99003
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/unohelp.hxx')
-rw-r--r-- | include/vcl/unohelp.hxx | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/include/vcl/unohelp.hxx b/include/vcl/unohelp.hxx index ab00fff5d553..995c59dfc1aa 100644 --- a/include/vcl/unohelp.hxx +++ b/include/vcl/unohelp.hxx @@ -25,25 +25,15 @@ #include <tools/fontenum.hxx> #include <vcl/dllapi.h> -namespace com { -namespace sun { -namespace star { -namespace i18n { +namespace com::sun::star::i18n { class XBreakIterator; class XCharacterClassification; -}}}} - -namespace com { -namespace sun { -namespace star { -namespace accessibility { +} +namespace com::sun::star::accessibility { struct AccessibleEventObject; } -}}} -namespace vcl -{ -namespace unohelper +namespace vcl::unohelper { VCL_DLLPUBLIC css::uno::Reference < css::i18n::XBreakIterator > CreateBreakIterator(); VCL_DLLPUBLIC css::uno::Reference < css::i18n::XCharacterClassification> CreateCharacterClassification(); @@ -54,7 +44,7 @@ VCL_DLLPUBLIC float ConvertFontWeight( FontWeight eWeight ); VCL_DLLPUBLIC FontWeight ConvertFontWeight( float f ); VCL_DLLPUBLIC css::awt::FontSlant ConvertFontSlant( FontItalic eWeight ); VCL_DLLPUBLIC FontItalic ConvertFontSlant( css::awt::FontSlant ); -}} // namespace vcl::unohelper +} // namespace vcl::unohelper #endif // INCLUDED_VCL_UNOHELP_HXX |