summaryrefslogtreecommitdiffstats
path: root/sc/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-09-05 00:27:35 +0300
committerTor Lillqvist <tml@collabora.com>2017-09-05 01:13:52 +0300
commit564ec47db30e888faa88bd9bc5ef4c09a501944d (patch)
treec26618377cc9ade3733056bc7794fa3fe1135655 /sc/inc
parentMake the Modify button functional in the Customize dialog (diff)
downloadcore-564ec47db30e888faa88bd9bc5ef4c09a501944d.tar.gz
core-564ec47db30e888faa88bd9bc5ef4c09a501944d.zip
Prefix one more member of ScDocument: xPoolHelper
Change-Id: Id1a216e909d5c0a6bafa80d1e40613fb38ceb1ef
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 6e91927719a4..b28361101dd2 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -308,8 +308,7 @@ public:
};
private:
-
- rtl::Reference<ScPoolHelper> xPoolHelper;
+ rtl::Reference<ScPoolHelper> mxPoolHelper;
std::shared_ptr<svl::SharedStringPool> mpCellStringPool;
std::shared_ptr<sc::FormulaGroupContext> mpFormulaGroupCxt;