summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/saveastemplatedlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/saveastemplatedlg.cxx')
-rw-r--r--sfx2/source/doc/saveastemplatedlg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/doc/saveastemplatedlg.cxx b/sfx2/source/doc/saveastemplatedlg.cxx
index a7af9dda560e..2b7dad5dd377 100644
--- a/sfx2/source/doc/saveastemplatedlg.cxx
+++ b/sfx2/source/doc/saveastemplatedlg.cxx
@@ -44,6 +44,7 @@ SfxSaveAsTemplateDialog::SfxSaveAsTemplateDialog(weld::Window* pParent, const un
, mnRegionPos(0)
, m_xModel(rModel)
{
+ m_xLBCategory->append_text(SfxResId(STR_CATEGORY_NONE));
initialize();
SetCategoryLBEntries(msCategories);