diff options
Diffstat (limited to 'include/sfx2/templatelocalview.hxx')
-rw-r--r-- | include/sfx2/templatelocalview.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 (); |