diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-05 14:24:28 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-05 14:24:28 +0100 |
commit | 21033d04fd55470cb8b693bca4af2058da2a8dcc (patch) | |
tree | cf2ed878eb0aa339e5aeb8274f27a92a88849b06 /include/connectivity | |
parent | a1baba68858ff639b3cd7a19551a705fed5d50d7 (diff) |
Clean up a usage of OUStringBuffer
Change-Id: I8435865f1a67a3a6d889c1b8a3d30e632ffc61fd
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/filtermanager.hxx | 2 |
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; }; |