summaryrefslogtreecommitdiff
path: root/vcl/source/uitest/logger.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/uitest/logger.cxx')
-rw-r--r--vcl/source/uitest/logger.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/uitest/logger.cxx b/vcl/source/uitest/logger.cxx
index 432a6af86b18..fa829f5eb9ce 100644
--- a/vcl/source/uitest/logger.cxx
+++ b/vcl/source/uitest/logger.cxx
@@ -260,12 +260,12 @@ UITestLogger& UITestLogger::getInstance()
ImplSVData *const pSVData = ImplGetSVData();
assert(pSVData);
- if (!pSVData->maWinData.m_pUITestLogger)
+ if (!pSVData->maFrameData.m_pUITestLogger)
{
- pSVData->maWinData.m_pUITestLogger.reset(new UITestLogger);
+ pSVData->maFrameData.m_pUITestLogger.reset(new UITestLogger);
}
- return *pSVData->maWinData.m_pUITestLogger;
+ return *pSVData->maFrameData.m_pUITestLogger;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */