summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-02-23 10:44:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-02-23 10:47:37 +0100
commitd3f4ee2bc288bc3289e61354e00b40128ae98523 (patch)
tree15c5f8fb24bec060009dbefec787f09243d41d1d /svtools/inc
parentb5764eb9f4e95c4e77bc04e5556a7729c8de5441 (diff)
Adapted SvtMatchContext_Impl to safer-to-use salhelper::Thread
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/inettbc.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svtools/inc/svtools/inettbc.hxx b/svtools/inc/svtools/inettbc.hxx
index f842378f8e4e..9d54c68b871d 100644
--- a/svtools/inc/svtools/inettbc.hxx
+++ b/svtools/inc/svtools/inettbc.hxx
@@ -31,6 +31,7 @@
// includes *****************************************************************
+#include "rtl/ref.hxx"
#include "svtools/svtdllapi.h"
#include <tools/string.hxx>
#include <tools/urlobj.hxx>
@@ -47,7 +48,7 @@ friend class SvtURLBox_Impl;
Link aOpenHdl;
String aBaseURL;
String aPlaceHolder;
- SvtMatchContext_Impl* pCtx;
+ rtl::Reference< SvtMatchContext_Impl > pCtx;
SvtURLBox_Impl* pImp;
INetProtocol eSmartProtocol;
sal_Bool bAutoCompleteMode : 1;