summaryrefslogtreecommitdiff
path: root/cui/source/options/connpoolsettings.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-05-15 13:27:19 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-05-15 17:55:15 +0000
commit5b1337f7b2e1f79d78d4bf6559bd84f1ebb934bf (patch)
tree82704da8367f25963d08c570a4fa57e30e4ca839 /cui/source/options/connpoolsettings.hxx
parent6fbda0905d4e721392038bfad9e173e180f788ee (diff)
tdf#62475: partial handmade fixes
Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4 Reviewed-on: https://gerrit.libreoffice.org/15712 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'cui/source/options/connpoolsettings.hxx')
-rw-r--r--cui/source/options/connpoolsettings.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/cui/source/options/connpoolsettings.hxx b/cui/source/options/connpoolsettings.hxx
index 1cb0205683b6..26fa8627f240 100644
--- a/cui/source/options/connpoolsettings.hxx
+++ b/cui/source/options/connpoolsettings.hxx
@@ -31,10 +31,6 @@
namespace offapp
{
-
-
- //= DriverPooling
-
struct DriverPooling
{
OUString sName;
@@ -47,9 +43,6 @@ namespace offapp
bool operator != (const DriverPooling& _rR) const { return !operator ==(_rR); }
};
-
- //= DriverPoolingSettings
-
class DriverPoolingSettings
{
protected:
@@ -74,9 +67,6 @@ namespace offapp
void push_back(const DriverPooling& _rElement) { m_aDrivers.push_back(_rElement); }
};
-
- //= DriverPoolingSettingsItem
-
class DriverPoolingSettingsItem : public SfxPoolItem
{
protected: