summaryrefslogtreecommitdiffstats
path: root/sc/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-09-05 01:12:40 +0300
committerTor Lillqvist <tml@collabora.com>2017-09-05 01:15:53 +0300
commitfc61be93c60967bf1d6bcffcada8189016d4530e (patch)
tree1df76b9281fd36fb6f7a5ccb76a664e68d1824c1 /sc/inc
parentPrefix one more member of ScDocument: pNoteEngine (diff)
downloadcore-fc61be93c60967bf1d6bcffcada8189016d4530e.tar.gz
core-fc61be93c60967bf1d6bcffcada8189016d4530e.zip
Prefix one more member of ScDocument: pShell
Change-Id: I72f2556f54e1ea4b397f9b21b1d767ae597e6e43
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 498ea76b119f..e08378e2242c 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -319,7 +319,7 @@ private:
SfxUndoManager* mpUndoManager;
ScFieldEditEngine* mpEditEngine; // uses pEditPool from xPoolHelper
ScNoteEditEngine* mpNoteEngine; // uses pEditPool from xPoolHelper
- SfxObjectShell* pShell;
+ SfxObjectShell* mpShell;
VclPtr<SfxPrinter> pPrinter;
VclPtr<VirtualDevice> pVirtualDevice_100th_mm;
ScDrawLayer* pDrawLayer; // SdrModel
@@ -931,7 +931,7 @@ public:
bool SetDdeLinkResultMatrix( size_t nDdePos, const ScMatrixRef& pResults );
SfxBindings* GetViewBindings();
- SfxObjectShell* GetDocumentShell() const { return pShell; }
+ SfxObjectShell* GetDocumentShell() const { return mpShell; }
SC_DLLPUBLIC ScDrawLayer* GetDrawLayer() { return pDrawLayer; }
SC_DLLPUBLIC const ScDrawLayer* GetDrawLayer() const { return pDrawLayer; }
SfxBroadcaster* GetDrawBroadcaster(); // to avoid header