summaryrefslogtreecommitdiffstats
path: root/connectivity/source/commontools/parameters.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-25 10:00:38 +0200
committerNoel Grandin <noel@peralex.com>2016-02-25 13:50:25 +0200
commitccb8b8307079fe3f57d4d745ed331fba0466998e (patch)
tree22d839806d1e2211c954f321c8742be2b0853258 /connectivity/source/commontools/parameters.cxx
parentconvert EComposeRule to scoped enum (diff)
downloadcore-ccb8b8307079fe3f57d4d745ed331fba0466998e.tar.gz
core-ccb8b8307079fe3f57d4d745ed331fba0466998e.zip
convert FilterComponent to scoped enum
and simplify the overly-general logic in FilterManager Change-Id: I2cbd9db6a53894cd13713a5cc0d1807cec456848
Diffstat (limited to 'connectivity/source/commontools/parameters.cxx')
-rw-r--r--connectivity/source/commontools/parameters.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/parameters.cxx b/connectivity/source/commontools/parameters.cxx
index 1f43707fb17b..559483e9c3ef 100644
--- a/connectivity/source/commontools/parameters.cxx
+++ b/connectivity/source/commontools/parameters.cxx
@@ -398,7 +398,7 @@ namespace dbtools
}
// now set this filter at the 's filter manager
- _rFilterManager.setFilterComponent( FilterManager::fcLinkFilter, sAdditionalFilter.makeStringAndClear() );
+ _rFilterManager.setFilterComponent( FilterManager::FilterComponent::LinkFilter, sAdditionalFilter.makeStringAndClear() );
_rColumnsInLinkDetails = true;
}