diff options
Diffstat (limited to 'connectivity/source/drivers/firebird/SubComponent.hxx')
-rw-r--r-- | connectivity/source/drivers/firebird/SubComponent.hxx | 24 |
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 |