summaryrefslogtreecommitdiff
path: root/sfx2/source/inc
diff options
context:
space:
mode:
authorAbhyudaya Sharma <sharmaabhyudaya@gmail.com>2018-06-04 11:10:59 +0530
committerTor Lillqvist <tml@collabora.com>2018-06-07 07:28:54 +0200
commit251cb2a7b8b6c1f3fa6335911f0df38b23765da2 (patch)
tree6e060d9231b91c7cd37ec4d4b779adf88295a634 /sfx2/source/inc
parentb292a27698e85fd9d60c03613c3b0c67835c4dc1 (diff)
tdf#96099 Remove std::vector typedefs
Change-Id: Ic7e1cecaecadf3f9ebfa183727d61046dd87e473 Reviewed-on: https://gerrit.libreoffice.org/55260 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r--sfx2/source/inc/templdgi.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx
index 584a36d38cfe..c5caf475a387 100644
--- a/sfx2/source/inc/templdgi.hxx
+++ b/sfx2/source/inc/templdgi.hxx
@@ -85,7 +85,6 @@ public:
virtual bool EventNotify( NotifyEvent& rNEvt ) override;
};
-typedef std::vector<OUString> ExpandedEntries_t;
/** TreeListBox class for displaying the hierarchical view of the templates
*/
@@ -130,7 +129,7 @@ public:
{
return aStyle;
}
- void MakeExpanded_Impl(ExpandedEntries_t& rEntries) const;
+ void MakeExpanded_Impl(std::vector<OUString>& rEntries) const;
virtual VclPtr<PopupMenu> CreateContextMenu() override;
};