summaryrefslogtreecommitdiffstats
path: root/sc/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-09-12 11:29:23 +0300
committerTor Lillqvist <tml@collabora.com>2017-09-12 13:07:16 +0300
commitefefb50e7407b733b49dc1d05a89506a25198da3 (patch)
treec887af62b42a28805555124a331b80c7a4ab21cc /sc/inc
parentandroid: tune symbols for lldb & we actually target 14 as minSDK (diff)
downloadcore-efefb50e7407b733b49dc1d05a89506a25198da3.tar.gz
core-efefb50e7407b733b49dc1d05a89506a25198da3.zip
Prefix one more member of ScDocument: pPrinter
Change-Id: I9a67be61661f90633398a303ee467cafa7bdd548
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 a7b9fcdc4d17..524e68aaccf2 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -321,7 +321,7 @@ private:
ScFieldEditEngine* mpEditEngine; // uses pEditPool from xPoolHelper
ScNoteEditEngine* mpNoteEngine; // uses pEditPool from xPoolHelper
SfxObjectShell* mpShell;
- VclPtr<SfxPrinter> pPrinter;
+ VclPtr<SfxPrinter> mpPrinter;
VclPtr<VirtualDevice> pVirtualDevice_100th_mm;
ScDrawLayer* pDrawLayer; // SdrModel
rtl::Reference<XColorList> pColorList;