summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAkshay Deep <akshaydeepiitr@gmail.com>2016-06-03 03:43:09 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-06-03 14:38:04 +0000
commit9b7bf60536bfab26445c0165f50392c1258c4cda (patch)
tree3641e6ac753f0cc0423a6eb262b03af5aab6ba25 /include
parenta4740c8ea92cc50c1dc6e87d06db190800269a5d (diff)
tdf#100195 Enable Keyboard Navigation in Template Manager and Start Center
Change-Id: Ic5447a4af091a4e3dcab4d909fc6bfb9e559defb Reviewed-on: https://gerrit.libreoffice.org/25848 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/templateabstractview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/templateabstractview.hxx b/include/sfx2/templateabstractview.hxx
index 9d368c6399ad..5b70fe1710ba 100644
--- a/include/sfx2/templateabstractview.hxx
+++ b/include/sfx2/templateabstractview.hxx
@@ -74,7 +74,7 @@ public:
virtual void dispose() override;
// Fill view with new item list
- void insertItems (const std::vector<TemplateItemProperties> &rTemplates);
+ void insertItems (const std::vector<TemplateItemProperties> &rTemplates, bool isRegionSelected = true);
// Fill view with template folders thumbnails
virtual void Populate () { }