diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2013-05-08 17:24:10 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2013-05-08 17:54:19 -0430 |
commit | 421b516cc7aa6accfcc67fc7c062c9665bcc01d9 (patch) | |
tree | 352d39a5a0dcb6c52801cbc5b1d83b7d44d91438 /sfx2/inc | |
parent | 3c38b7727a3deab37c5e9b822cec53c081e2b6e3 (diff) |
Give view variables a proper name that reflect their use.
Change-Id: Ie1d4cb0e77a43ce1ea2115e781b3a62d60961e11
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/templatedlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx index 8eeeab868a33..c7b40f686bfa 100644 --- a/sfx2/inc/templatedlg.hxx +++ b/sfx2/inc/templatedlg.hxx @@ -143,8 +143,8 @@ private: ToolBox *mpTemplateBar; TemplateSearchView *mpSearchView; TemplateAbstractView *mpCurView; - TemplateLocalView *maView; - TemplateRemoteView *mpOnlineView; + TemplateLocalView *mpLocalView; + TemplateRemoteView *mpRemoteView; PopupMenu *mpActionMenu; PopupMenu *mpRepositoryMenu; PopupMenu *mpTemplateDefaultMenu; |