diff options
author | Armin Le Grand <Armin.Le.Grand@cib.de> | 2016-07-01 15:10:00 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-07-07 22:32:39 +0200 |
commit | 3dc8ee7d8eec40093af5df3113ef226bc59220ff (patch) | |
tree | 75eaa5c4add4155192f3b5d0d722ec48f4eb9ce7 /sw/inc | |
parent | 68e8d075d92ae4002898a4665a9d7c50162c2511 (diff) |
sw: tdf#50613 fix async chart load handling
Especially if synchronous loading is requested, an async worker is on the way
and we would need to 'wait' for the data.
Change-Id: I20f9938738c1b46bda6b9a7f5a761e82153aed3b
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/ndole.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx index b8e434c968ba..372b053e315e 100644 --- a/sw/inc/ndole.hxx +++ b/sw/inc/ndole.hxx @@ -45,7 +45,7 @@ class SW_DLLPUBLIC SwOLEObj // eventually buffered data if it is a chart OLE drawinglayer::primitive2d::Primitive2DContainer m_aPrimitive2DSequence; basegfx::B2DRange m_aRange; - class DeflateData* m_aDeflateData; + class DeflateData* m_pDeflateData; SwOLEObj( const SwOLEObj& rObj ) = delete; |