summaryrefslogtreecommitdiffstats
path: root/sc/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-09-05 00:46:01 +0300
committerTor Lillqvist <tml@collabora.com>2017-09-05 01:15:19 +0300
commitbc10d6c9dbf2c682a2c40f61bcac4439b0f4bc7b (patch)
tree4e19afd7784ccf4e7a01ce023ca165c22bc7ef02 /sc/inc
parentPrefix one more member of ScDocument: pEditEngine (diff)
downloadcore-bc10d6c9dbf2c682a2c40f61bcac4439b0f4bc7b.tar.gz
core-bc10d6c9dbf2c682a2c40f61bcac4439b0f4bc7b.zip
Prefix one more member of ScDocument: pNoteEngine
Change-Id: I93b95b8aca22df81985e4479fa6a7126eab45f0f
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 ac5cd7618ade..498ea76b119f 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -318,7 +318,7 @@ private:
SfxUndoManager* mpUndoManager;
ScFieldEditEngine* mpEditEngine; // uses pEditPool from xPoolHelper
- ScNoteEditEngine* pNoteEngine; // uses pEditPool from xPoolHelper
+ ScNoteEditEngine* mpNoteEngine; // uses pEditPool from xPoolHelper
SfxObjectShell* pShell;
VclPtr<SfxPrinter> pPrinter;
VclPtr<VirtualDevice> pVirtualDevice_100th_mm;