summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/core/extedit.cxx2
-rw-r--r--svx/source/form/fmsrcimp.cxx2
-rw-r--r--svx/source/svdraw/svdograf.cxx2
3 files changed, 6 insertions, 0 deletions
diff --git a/svx/source/core/extedit.cxx b/svx/source/core/extedit.cxx
index 12864cc04181..c5e6eaf84179 100644
--- a/svx/source/core/extedit.cxx
+++ b/svx/source/core/extedit.cxx
@@ -68,6 +68,8 @@ IMPL_LINK (ExternalToolEdit, StartListeningEvent, void*, pEvent)
void ExternalToolEdit::threadWorker(void* pThreadData)
{
+ osl_setThreadName("ExternalToolEdit");
+
ExternalToolEdit* pData = (ExternalToolEdit*) pThreadData;
// Make an asynchronous call to listen to the event of temporary image file
diff --git a/svx/source/form/fmsrcimp.cxx b/svx/source/form/fmsrcimp.cxx
index 35041320f03d..32e0116c3031 100644
--- a/svx/source/form/fmsrcimp.cxx
+++ b/svx/source/form/fmsrcimp.cxx
@@ -70,6 +70,8 @@ using namespace ::svxform;
void FmSearchThread::run()
{
+ osl_setThreadName("FmSearchThread");
+
m_pEngine->SearchNextImpl();
};
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx
index 339b0dfd2464..8c6a4892435b 100644
--- a/svx/source/svdraw/svdograf.cxx
+++ b/svx/source/svdraw/svdograf.cxx
@@ -183,6 +183,8 @@ void SAL_CALL SdrGraphicUpdater::onTerminated(void)
void SAL_CALL SdrGraphicUpdater::run(void)
{
+ osl_setThreadName("SdrGraphicUpdater");
+
Graphic aGraphic( ImpLoadLinkedGraphic( maFileName, mrGraphicLink.getReferer(), maFilterName ) );
SolarMutexGuard aSolarGuard;
if ( !mbIsTerminated )