diff options
Diffstat (limited to 'sfx2/inc/templatedlg.hxx')
-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 bffc83b09ece..406fcb513ca1 100644 --- a/sfx2/inc/templatedlg.hxx +++ b/sfx2/inc/templatedlg.hxx @@ -18,7 +18,7 @@ class Edit; class PopupMenu; class TemplateAbstractView; -class TemplateFolderView; +class TemplateLocalView; class TemplateOnlineView; class TemplateSearchView; class ThumbnailView; @@ -115,7 +115,7 @@ private: ToolBox *mpTemplateBar; TemplateSearchView *mpSearchView; TemplateAbstractView *mpCurView; - TemplateFolderView *maView; + TemplateLocalView *maView; TemplateOnlineView *mpOnlineView; PopupMenu *mpCreateMenu; PopupMenu *mpActionMenu; |