summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAkshay Deep <akshaydeepiitr@gmail.com>2016-06-03 03:43:09 +0530
committerAkshay Deep <akshaydeepiitr@gmail.com>2016-06-04 00:06:23 +0000
commit90e3e04841081b9c03ea54f1d5ca439a7a9ce1dd (patch)
tree1430e7f73a87aaf5f1d963755387d092223931fb /include
parent5cc822b9be6b69cc5a03e92144620b25d7872775 (diff)
tdf#100195 Enable Keyboard Navigation in Template Manager and Start Center
Reviewed-on: https://gerrit.libreoffice.org/25848 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Conflicts: sfx2/source/control/templateabstractview.cxx Change-Id: Ic5447a4af091a4e3dcab4d909fc6bfb9e559defb Reviewed-on: https://gerrit.libreoffice.org/25881 Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com> Tested-by: Jenkins <ci@libreoffice.org>
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 64c696aa9d5e..c9f1a330093f 100644
--- a/include/sfx2/templateabstractview.hxx
+++ b/include/sfx2/templateabstractview.hxx
@@ -76,7 +76,7 @@ public:
void insertItem (const TemplateItemProperties &rTemplate);
// 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 () { }