summaryrefslogtreecommitdiff
path: root/cui/source/options/connpoolsettings.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/connpoolsettings.hxx')
-rw-r--r--cui/source/options/connpoolsettings.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/cui/source/options/connpoolsettings.hxx b/cui/source/options/connpoolsettings.hxx
index f1ddfbb51bf9..d3f6c5158809 100644
--- a/cui/source/options/connpoolsettings.hxx
+++ b/cui/source/options/connpoolsettings.hxx
@@ -27,14 +27,14 @@
#include <rtl/ustring.hxx>
#include <svl/poolitem.hxx>
-//........................................................................
+
namespace offapp
{
-//........................................................................
- //====================================================================
+
+
//= DriverPooling
- //====================================================================
+
struct DriverPooling
{
OUString sName;
@@ -47,9 +47,9 @@ namespace offapp
sal_Bool operator != (const DriverPooling& _rR) const { return !operator ==(_rR); }
};
- //====================================================================
+
//= DriverPoolingSettings
- //====================================================================
+
class DriverPoolingSettings
{
protected:
@@ -74,9 +74,9 @@ namespace offapp
void push_back(const DriverPooling& _rElement) { m_aDrivers.push_back(_rElement); }
};
- //====================================================================
+
//= DriverPoolingSettingsItem
- //====================================================================
+
class DriverPoolingSettingsItem : public SfxPoolItem
{
protected:
@@ -93,9 +93,9 @@ namespace offapp
const DriverPoolingSettings& getSettings() const { return m_aSettings; }
};
-//........................................................................
+
} // namespace offapp
-//........................................................................
+
#endif // INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLSETTINGS_HXX