summaryrefslogtreecommitdiff
path: root/include/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-05 14:24:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-05 14:24:28 +0100
commit21033d04fd55470cb8b693bca4af2058da2a8dcc (patch)
treecf2ed878eb0aa339e5aeb8274f27a92a88849b06 /include/connectivity
parenta1baba68858ff639b3cd7a19551a705fed5d50d7 (diff)
Clean up a usage of OUStringBuffer
Change-Id: I8435865f1a67a3a6d889c1b8a3d30e632ffc61fd
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/filtermanager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/filtermanager.hxx b/include/connectivity/filtermanager.hxx
index 73e9e87d3922..4999dede4149 100644
--- a/include/connectivity/filtermanager.hxx
+++ b/include/connectivity/filtermanager.hxx
@@ -97,7 +97,7 @@ namespace dbtools
static void appendFilterComponent( OUStringBuffer& io_appendTo, const OUString& i_component );
/// checks whether there is only one (or even no) non-empty filter component
- bool isThereAtMostOneComponent( OUStringBuffer& o_singleComponent ) const;
+ bool isThereAtMostOneComponent( OUString& o_singleComponent ) const;
};