summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2018-03-16 22:13:34 -0400
committerAndras Timar <andras.timar@collabora.com>2018-08-27 20:13:41 +0200
commitbc0b8d3af7cdf5db5cde6758402fd7c1fdcea36e (patch)
tree888baf2c5a678123941d8622197dd241d7f81e69 /sc/source/ui/inc
parent522a22ac50174446905d57a47c312a603224cee5 (diff)
sc: prefix members of ScRefHandler
Change-Id: I7ba7f17256c244604549321fc4812ce845c28877 Reviewed-on: https://gerrit.libreoffice.org/51451 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/59618 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/anyrefdg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/anyrefdg.hxx b/sc/source/ui/inc/anyrefdg.hxx
index 254c0539c9a6..556153c672e5 100644
--- a/sc/source/ui/inc/anyrefdg.hxx
+++ b/sc/source/ui/inc/anyrefdg.hxx
@@ -114,11 +114,11 @@ public:
private:
ScFormulaReferenceHelper
m_aHelper;
- SfxBindings* pMyBindings;
+ SfxBindings* m_pMyBindings;
- VclPtr<vcl::Window> pActiveWin;
- Idle aIdle;
- OUString aDocName; // document on which the dialog was opened
+ VclPtr<vcl::Window> m_pActiveWin;
+ Idle m_aIdle;
+ OUString m_aDocName; // document on which the dialog was opened
DECL_LINK( UpdateFocusHdl, Timer*, void );