From 768b97691b0b2575af788ed86399f2a034c9eb1f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 12 Sep 2017 12:13:06 +0300 Subject: Prefix one more member of ScDocument: pVirtualDevice_100th_mm Change-Id: Idf82b514eac385ff3e9f9dc373d0e7fd41d00819 --- sc/inc/document.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc') diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 524e68aaccf2..c9a68c40a74e 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -322,7 +322,7 @@ private: ScNoteEditEngine* mpNoteEngine; // uses pEditPool from xPoolHelper SfxObjectShell* mpShell; VclPtr mpPrinter; - VclPtr pVirtualDevice_100th_mm; + VclPtr mpVirtualDevice_100th_mm; ScDrawLayer* pDrawLayer; // SdrModel rtl::Reference pColorList; ScValidationDataList* pValidationList; // validity -- cgit