diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-05-15 13:27:19 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-05-15 17:55:15 +0000 |
commit | 5b1337f7b2e1f79d78d4bf6559bd84f1ebb934bf (patch) | |
tree | 82704da8367f25963d08c570a4fa57e30e4ca839 /connectivity/source/resource | |
parent | 6fbda0905d4e721392038bfad9e173e180f788ee (diff) |
tdf#62475: partial handmade fixes
Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4
Reviewed-on: https://gerrit.libreoffice.org/15712
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'connectivity/source/resource')
-rw-r--r-- | connectivity/source/resource/sharedresources.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/connectivity/source/resource/sharedresources.cxx b/connectivity/source/resource/sharedresources.cxx index 1275774929f0..e69cfa669cf2 100644 --- a/connectivity/source/resource/sharedresources.cxx +++ b/connectivity/source/resource/sharedresources.cxx @@ -36,9 +36,6 @@ namespace connectivity using ::com::sun::star::uno::XComponentContext; using ::com::sun::star::uno::Exception; - - //= SharedResources_Impl - class SharedResources_Impl { private: @@ -127,9 +124,6 @@ namespace connectivity return *s_pInstance; } - - //= helpers - namespace { size_t lcl_substitute( OUString& _inout_rString, @@ -149,10 +143,6 @@ namespace connectivity } } - - //= SharedResources - - SharedResources::SharedResources() { SharedResources_Impl::registerClient(); |