summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-09-05 00:44:35 +0300
committerTor Lillqvist <tml@collabora.com>2017-09-05 01:14:42 +0300
commitbfb22c85602c8fbf78fe446de81eadb4eed4ea2d (patch)
treeefd4e55091535cb84f812275456c075e2eed0aae /sc/inc
parent564ec47db30e888faa88bd9bc5ef4c09a501944d (diff)
Prefix one more member of ScDocument: pEditEngine
Change-Id: Ib46b9b2b2b797f1d2de294819bf641f199e55dfa
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index b28361101dd2..ac5cd7618ade 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -317,7 +317,7 @@ private:
ScCalcConfig maCalcConfig;
SfxUndoManager* mpUndoManager;
- ScFieldEditEngine* pEditEngine; // uses pEditPool from xPoolHelper
+ ScFieldEditEngine* mpEditEngine; // uses pEditPool from xPoolHelper
ScNoteEditEngine* pNoteEngine; // uses pEditPool from xPoolHelper
SfxObjectShell* pShell;
VclPtr<SfxPrinter> pPrinter;