summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/doctempl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/sfx2/doctempl.hxx')
-rw-r--r--sfx2/inc/sfx2/doctempl.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/doctempl.hxx b/sfx2/inc/sfx2/doctempl.hxx
index 56cadd0bff..3c48babda4 100644
--- a/sfx2/inc/sfx2/doctempl.hxx
+++ b/sfx2/inc/sfx2/doctempl.hxx
@@ -96,6 +96,13 @@ public:
::rtl::OUString GetTemplateTargetURLFromComponent( const ::rtl::OUString& aGroupName,
const ::rtl::OUString& aTitle );
+ // Convert a resource string - a template name - to its localised pair
+ // if it exists in templatelocnames.src
+ static ::rtl::OUString ConvertResourceString(int nSourceResIds,
+ int nDestResIds,
+ int nCount,
+ const ::rtl::OUString& rString);
+
// Speichern als Vorlage hat geklappt -> Aktualisieren
void NewTemplate(sal_uInt16 nRegion,
const String &rLongName,