diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-11 11:54:13 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-11 11:59:18 +0200 |
commit | 1ea49b5baeb415038129b4f1e0b5a331b32365d5 (patch) | |
tree | 0f42199efd756a96bd55e137a9cc5eb1d414263a /extensions/source/abpilot/datasourcehandling.hxx | |
parent | a3f3cead5d7fed99ea78c2a12b8671f18d156e23 (diff) |
loplugin:unusedmethods unused return value in extensions
Change-Id: I449ecdb734e796813384a5d015e9ecabe28079eb
Diffstat (limited to 'extensions/source/abpilot/datasourcehandling.hxx')
-rw-r--r-- | extensions/source/abpilot/datasourcehandling.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/abpilot/datasourcehandling.hxx b/extensions/source/abpilot/datasourcehandling.hxx index 230d1bfdb10b..96fed7569bb9 100644 --- a/extensions/source/abpilot/datasourcehandling.hxx +++ b/extensions/source/abpilot/datasourcehandling.hxx @@ -58,7 +58,7 @@ namespace abp void getDataSourceNames( StringBag& _rNames ) const; /// disambiguates the given name by appending successive numbers - OUString& disambiguate(OUString& _rDataSourceName); + void disambiguate(OUString& _rDataSourceName); /// creates a new MORK data source ODataSource createNewMORK( const OUString& _rName ); |