summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-01-19 16:51:09 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-01-19 16:52:18 -0500
commit50f4d165b42a85993685e546cbc524bc1bf68e5c (patch)
tree86db178ff5f4591ecef0d8b2f446dde24b7d7341 /svx/inc
parentd06779dd50a61b941dbfe9bb2a2f4070aaa09ce5 (diff)
Make this a private member (to make it easier to keep track of its usage).
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/svdpntv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svx/svdpntv.hxx b/svx/inc/svx/svdpntv.hxx
index 761e5d3d056a..c5773d101d77 100644
--- a/svx/inc/svx/svdpntv.hxx
+++ b/svx/inc/svx/svdpntv.hxx
@@ -132,6 +132,7 @@ class SVX_DLLPUBLIC SdrPaintView : public SfxListener, public SfxRepeatTarget, p
friend class FrameAnimator;
friend class SdrGrafObj;
+ SdrPageView* mpPageView;
protected:
SdrModel* pMod;
#ifdef DBG_UTIL
@@ -145,7 +146,6 @@ protected:
String aMeasureLayer; // Aktueller Layer fuer Bemassung
// Container aPagV; // Liste von SdrPageViews
- SdrPageView* mpPageView;
// All windows this view is displayed on
SdrPaintWindowVector maPaintWindows;