diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2010-05-26 16:04:10 +0200 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2010-05-26 16:04:10 +0200 |
commit | ba856bbd9981bf72f5729b1ee36bc71f3a54eb6a (patch) | |
tree | a771cb7aa585aad7aff6f882b5416895641c9944 /sfx2/inc | |
parent | fe90e521ed48a0b697f94f383340498e550fe6c8 (diff) |
fwk139: #i40233# integrate the patch
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/docfac.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/docfac.hxx b/sfx2/inc/sfx2/docfac.hxx index 3cc3eecc7ce7..7468394d2617 100644 --- a/sfx2/inc/sfx2/docfac.hxx +++ b/sfx2/inc/sfx2/docfac.hxx @@ -101,6 +101,7 @@ public: const SfxFilter* GetTemplateFilter() const; static String GetStandardTemplate( const String& rServiceName ); static void SetStandardTemplate( const String& rServiceName, const String& rTemplateName ); + static void SetSystemTemplate( const String& rServiceName, const String& rTemplateName ); void SetDocumentServiceName( const rtl::OUString& rServiceName ); const rtl::OUString& GetDocumentServiceName() const; |