summaryrefslogtreecommitdiffstats
path: root/sc/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-09-12 12:35:04 +0300
committerTor Lillqvist <tml@collabora.com>2017-09-12 13:07:16 +0300
commit3ce229678a338b06f6d826a4c79cb80d79b51956 (patch)
treea5c21cf29828fd67c032e759e7a0ad2c0c7554ac /sc/inc
parentPrefix one more member of ScDocument: pVirtualDevice_100th_mm (diff)
downloadcore-3ce229678a338b06f6d826a4c79cb80d79b51956.tar.gz
core-3ce229678a338b06f6d826a4c79cb80d79b51956.zip
Prefix one more member of ScDocument: pDrawLayer
Change-Id: I8b2fdca8a58db6c6633d7708ed42ca218799c53b
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index c9a68c40a74e..d9c7a42970ae 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -323,7 +323,7 @@ private:
SfxObjectShell* mpShell;
VclPtr<SfxPrinter> mpPrinter;
VclPtr<VirtualDevice> mpVirtualDevice_100th_mm;
- ScDrawLayer* pDrawLayer; // SdrModel
+ ScDrawLayer* mpDrawLayer; // SdrModel
rtl::Reference<XColorList> pColorList;
ScValidationDataList* pValidationList; // validity
SvNumberFormatterIndexTable* pFormatExchangeList; // for application of number formats
@@ -933,8 +933,8 @@ public:
SfxBindings* GetViewBindings();
SfxObjectShell* GetDocumentShell() const { return mpShell; }
- SC_DLLPUBLIC ScDrawLayer* GetDrawLayer() { return pDrawLayer; }
- SC_DLLPUBLIC const ScDrawLayer* GetDrawLayer() const { return pDrawLayer; }
+ SC_DLLPUBLIC ScDrawLayer* GetDrawLayer() { return mpDrawLayer; }
+ SC_DLLPUBLIC const ScDrawLayer* GetDrawLayer() const { return mpDrawLayer; }
SfxBroadcaster* GetDrawBroadcaster(); // to avoid header
void BeginDrawUndo();