diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2013-04-07 21:46:11 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2013-04-09 10:40:07 -0430 |
commit | ebebaf709af8bdfaf65cb7747c38fadc9ca02259 (patch) | |
tree | 7caec4c02d761fcf929162ba6c0a3b8c2d5c7ddf /sfx2/inc | |
parent | e93001816144dbc6edcbaffdb076c8a3d5cf05e1 (diff) |
Display correct region name in error messages.
Change-Id: I1e3eddf9be2a75faabf0b0be91f30d7e8d43d3e4
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/templatelocalview.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/templatelocalview.hxx b/sfx2/inc/sfx2/templatelocalview.hxx index bd1b43130230..6cefaf1782c0 100644 --- a/sfx2/inc/sfx2/templatelocalview.hxx +++ b/sfx2/inc/sfx2/templatelocalview.hxx @@ -50,6 +50,8 @@ public: OUString getRegionName(const sal_uInt16 nRegionId) const; + OUString getRegionItemName(const sal_uInt16 nItemId) const; + std::vector<OUString> getFolderNames (); std::vector<TemplateItemProperties> |