diff options
author | Krisztian Pinter <pin.terminator@gmail.com> | 2013-08-14 15:53:13 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-08-30 12:35:12 +0000 |
commit | f8426f505316d08f35d8a7cf8dbfd6a3c60db3db (patch) | |
tree | 9585cfd661d7d25214c710c65689633868b6f079 /include | |
parent | 40ff64b93fc4c4c2e2710853e9f71e35811b9362 (diff) |
startcenter: Add toggle to view templates in Start Center
Change-Id: I17aa3bfbb7f4b0eca525dd15d6866c6951d5d20f
Reviewed-on: https://gerrit.libreoffice.org/5543
Reviewed-by: Jan Holesovsky <kendy@suse.cz>
Tested-by: Jan Holesovsky <kendy@suse.cz>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/templateabstractview.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/templatelocalview.hxx | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/templateabstractview.hxx b/include/sfx2/templateabstractview.hxx index 8dd602769245..8648205f82bf 100644 --- a/include/sfx2/templateabstractview.hxx +++ b/include/sfx2/templateabstractview.hxx @@ -81,8 +81,8 @@ class SFX2_DLLPUBLIC TemplateAbstractView : public ThumbnailView public: TemplateAbstractView (Window *pParent, WinBits nWinStyle, bool bDisableTransientChildren); - TemplateAbstractView ( Window* pParent, const ResId& rResId, bool bDisableTransientChildren = false ); + TemplateAbstractView ( Window* pParent ); virtual ~TemplateAbstractView (); diff --git a/include/sfx2/templatelocalview.hxx b/include/sfx2/templatelocalview.hxx index 3a53fcbb4c3c..139fa70850c3 100644 --- a/include/sfx2/templatelocalview.hxx +++ b/include/sfx2/templatelocalview.hxx @@ -30,6 +30,7 @@ class SFX2_DLLPUBLIC TemplateLocalView : public TemplateAbstractView public: TemplateLocalView ( Window* pParent, const ResId& rResId, bool bDisableTransientChildren = false ); + TemplateLocalView ( Window* pParent ); virtual ~TemplateLocalView (); |