diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-09 20:08:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-10 07:53:55 +0200 |
commit | e44ca108d47d9eec9e109a325dd9352b94e913b0 (patch) | |
tree | 7bebb8904d4d5fdcc3f7c1d83fc06e2ce3a8d5c1 /svtools/source/uno | |
parent | 244e1823c41221d53b0dc7b6d9595514930f8cca (diff) |
compact namespace in svtools
Change-Id: I281e162e4aafaf27fa4956b33a45883de163cca9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93876
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/uno')
-rw-r--r-- | svtools/source/uno/fpicker.hxx | 4 | ||||
-rw-r--r-- | svtools/source/uno/svtxgridcontrol.hxx | 4 | ||||
-rw-r--r-- | svtools/source/uno/unocontroltablemodel.hxx | 4 | ||||
-rw-r--r-- | svtools/source/uno/unogridcolumnfacade.hxx | 4 | ||||
-rw-r--r-- | svtools/source/uno/wizard/wizardpagecontroller.hxx | 4 | ||||
-rw-r--r-- | svtools/source/uno/wizard/wizardshell.hxx | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/svtools/source/uno/fpicker.hxx b/svtools/source/uno/fpicker.hxx index 76a7d078fa61..9fcbacd548a7 100644 --- a/svtools/source/uno/fpicker.hxx +++ b/svtools/source/uno/fpicker.hxx @@ -26,10 +26,10 @@ #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/XComponentContext.hpp> -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace lang { class XMultiServiceFactory; } namespace uno { class XInterface; } -} } } +} css::uno::Reference<css::uno::XInterface> FilePicker_CreateInstance( css::uno::Reference< css::uno::XComponentContext > const & context); diff --git a/svtools/source/uno/svtxgridcontrol.hxx b/svtools/source/uno/svtxgridcontrol.hxx index a89c31113cb4..9e4fd85fee89 100644 --- a/svtools/source/uno/svtxgridcontrol.hxx +++ b/svtools/source/uno/svtxgridcontrol.hxx @@ -32,9 +32,9 @@ #include <toolkit/helper/listenermultiplexer.hxx> -namespace svt { namespace table { +namespace svt::table { class TableControl; -} } +} typedef ::cppu::ImplInheritanceHelper < VCLXWindow , css::awt::grid::XGridControl diff --git a/svtools/source/uno/unocontroltablemodel.hxx b/svtools/source/uno/unocontroltablemodel.hxx index cbaae6b151bb..53aa832657a8 100644 --- a/svtools/source/uno/unocontroltablemodel.hxx +++ b/svtools/source/uno/unocontroltablemodel.hxx @@ -31,7 +31,7 @@ #include <memory> -namespace svt { namespace table +namespace svt::table { @@ -148,7 +148,7 @@ namespace svt { namespace table }; -} } // svt::table +} // svt::table diff --git a/svtools/source/uno/unogridcolumnfacade.hxx b/svtools/source/uno/unogridcolumnfacade.hxx index 0651a44ee24a..672397276b90 100644 --- a/svtools/source/uno/unogridcolumnfacade.hxx +++ b/svtools/source/uno/unogridcolumnfacade.hxx @@ -27,7 +27,7 @@ #include <rtl/ref.hxx> -namespace svt { namespace table +namespace svt::table { @@ -82,7 +82,7 @@ namespace svt { namespace table }; -} } // svt::table +} // svt::table diff --git a/svtools/source/uno/wizard/wizardpagecontroller.hxx b/svtools/source/uno/wizard/wizardpagecontroller.hxx index 12cd900b49e2..68d724591fe0 100644 --- a/svtools/source/uno/wizard/wizardpagecontroller.hxx +++ b/svtools/source/uno/wizard/wizardpagecontroller.hxx @@ -22,7 +22,7 @@ #include <vcl/wizardmachine.hxx> #include <com/sun/star/ui/dialogs/XWizardController.hpp> -namespace svt { namespace uno +namespace svt::uno { @@ -55,7 +55,7 @@ namespace svt { namespace uno }; -} } // namespace svt::uno +} // namespace svt::uno diff --git a/svtools/source/uno/wizard/wizardshell.hxx b/svtools/source/uno/wizard/wizardshell.hxx index 29a7e9b3853b..21e3130e477b 100644 --- a/svtools/source/uno/wizard/wizardshell.hxx +++ b/svtools/source/uno/wizard/wizardshell.hxx @@ -28,7 +28,7 @@ using vcl::WizardTypes::WizardState; using vcl::WizardTypes::CommitPageReason; -namespace svt { namespace uno +namespace svt::uno { @@ -123,7 +123,7 @@ namespace svt { namespace uno }; -} } // namespace svt::uno +} // namespace svt::uno |