summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/SubComponent.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 14:14:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-18 19:08:12 +0200
commitbf36f5ba679fe256edf83b7482bb671f41400959 (patch)
tree4f7df8adc83b9cec04b82a84dfd8382ea6560a44 /connectivity/source/drivers/firebird/SubComponent.hxx
parentd9b7ddd24d379909f9cd2d83ce28fa619953d841 (diff)
compact namespace: connectivity
Change-Id: I4f7999672ba15d9f453ded9accb3991b8150c32d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98905 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/drivers/firebird/SubComponent.hxx')
-rw-r--r--connectivity/source/drivers/firebird/SubComponent.hxx24
1 files changed, 3 insertions, 21 deletions
diff --git a/connectivity/source/drivers/firebird/SubComponent.hxx b/connectivity/source/drivers/firebird/SubComponent.hxx
index d37100670995..4d9c107213f5 100644
--- a/connectivity/source/drivers/firebird/SubComponent.hxx
+++ b/connectivity/source/drivers/firebird/SubComponent.hxx
@@ -24,27 +24,10 @@
#include <osl/diagnose.h>
#include <osl/mutex.hxx>
-namespace cppu {
- class IPropertyArrayHelper;
-}
-
-namespace com
-{
- namespace sun
- {
- namespace star
- {
- namespace lang
- {
- class XComponent;
- }
- }
- }
-}
-namespace connectivity
-{
+namespace cppu { class IPropertyArrayHelper; }
+namespace com::sun::star::lang { class XComponent; }
- namespace firebird
+namespace connectivity::firebird
{
/// @throws css::lang::DisposedException
void checkDisposed(bool _bThrow);
@@ -124,7 +107,6 @@ namespace connectivity
return s_pProps;
}
- }
}
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_SUBCOMPONENT_HXX