summaryrefslogtreecommitdiff
path: root/include/svl/inethist.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-12-17 09:14:23 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-12-17 10:15:03 +0100
commite9e57a3dbd8b780e0ae3c9015d757719b893f190 (patch)
tree66423a0b59ff05a011a201c124bea68d0a7c80c5 /include/svl/inethist.hxx
parent5a303d68b44415e1c64df1cd83b2bb4da51ac57b (diff)
Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)
Change-Id: Ic7b78dffb2f8d1908f3263d88c5912aec2ebce8b Reviewed-on: https://gerrit.libreoffice.org/85263 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/svl/inethist.hxx')
-rw-r--r--include/svl/inethist.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svl/inethist.hxx b/include/svl/inethist.hxx
index eef642a2b770..21f7b6e2f940 100644
--- a/include/svl/inethist.hxx
+++ b/include/svl/inethist.hxx
@@ -28,12 +28,6 @@
class INetURLHistory_Impl;
class SVL_DLLPUBLIC INetURLHistory final : public SfxBroadcaster
{
- struct SAL_DLLPRIVATE StaticInstance
- {
- INetURLHistory * operator()();
- };
- friend INetURLHistory * StaticInstance::operator()();
-
/** Representation.
*/
std::unique_ptr<INetURLHistory_Impl> m_pImpl;