diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-10-31 18:27:30 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-11-07 10:45:15 +0100 |
commit | 78657d31ca3118759b7e817d12886f3b713aea07 (patch) | |
tree | 5c39b624d1499043db9d293d2c098aaf8f048e5b /sw/inc/ndole.hxx | |
parent | c163d06882b9ef39165bf277606fc70f7ed0435e (diff) |
Remove unused Graphic member of SwOLENode
Change-Id: Iaff7e86a8e11e9befc6feacdafd3a78a1971bbcd
Diffstat (limited to 'sw/inc/ndole.hxx')
-rw-r--r-- | sw/inc/ndole.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx index a3622e1cb616..65189eecb5cb 100644 --- a/sw/inc/ndole.hxx +++ b/sw/inc/ndole.hxx @@ -71,7 +71,6 @@ class SW_DLLPUBLIC SwOLENode: public SwNoTxtNode { friend class SwNodes; mutable SwOLEObj aOLEObj; - Graphic* pGraphic; OUString sChartTblName; ///< with chart objects: name of referenced table. bool bOLESizeInvalid; /**< Should be considered at SwDoc::PrtOLENotify (e.g. copied). Is not persistent. */ |