diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-10 09:19:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-10 12:03:35 +0200 |
commit | 0823da8c707e21b9b47fb2cbaea7a60996a0f8eb (patch) | |
tree | 7efdbea87be85269b318709884d63de605b22621 /toolkit/inc/controls/controlmodelcontainerbase.hxx | |
parent | c37fe8886d8ce2f6374decc370a09b45e589ee0d (diff) |
compact namespace in testtools..toolkit
Change-Id: Iae1a7d3e2f14ee98ad486b4423208d2c29039346
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93905
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit/inc/controls/controlmodelcontainerbase.hxx')
-rw-r--r-- | toolkit/inc/controls/controlmodelcontainerbase.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/inc/controls/controlmodelcontainerbase.hxx b/toolkit/inc/controls/controlmodelcontainerbase.hxx index 747795bd488d..3c5c3993ccc1 100644 --- a/toolkit/inc/controls/controlmodelcontainerbase.hxx +++ b/toolkit/inc/controls/controlmodelcontainerbase.hxx @@ -39,8 +39,8 @@ #include <com/sun/star/lang/XInitialization.hpp> #include <vector> -namespace com { namespace sun { namespace star { namespace resource { class XStringResourceResolver; } } } } -namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } } +namespace com::sun::star::resource { class XStringResourceResolver; } +namespace com::sun::star::uno { class XComponentContext; } typedef UnoControlModel ControlModel_Base; |