diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2020-12-18 20:01:58 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-12-19 09:52:31 +0100 |
commit | 746da2e47d92c9de4d6bcec22155c34cece5c331 (patch) | |
tree | 1db749bdf8d5b4262faddc1618a30b138c83f128 /extensions/source/abpilot/datasourcehandling.hxx | |
parent | 817c22456408b3d8af022be85c9734989604deb5 (diff) |
Related tdf#138715: kill last Mork refs
Change-Id: Id655f533a6957257329f9c1f9e4c082516e149f1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107978
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions/source/abpilot/datasourcehandling.hxx')
-rw-r--r-- | extensions/source/abpilot/datasourcehandling.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/source/abpilot/datasourcehandling.hxx b/extensions/source/abpilot/datasourcehandling.hxx index 6f2b96eef68b..4f8a0cbc28d7 100644 --- a/extensions/source/abpilot/datasourcehandling.hxx +++ b/extensions/source/abpilot/datasourcehandling.hxx @@ -58,9 +58,6 @@ namespace abp /// disambiguates the given name by appending successive numbers void disambiguate(OUString& _rDataSourceName); - /// creates a new MORK data source - ODataSource createNewMORK( const OUString& _rName ); - /// creates a new Thunderbird data source ODataSource createNewThunderbird( const OUString& _rName ); |