summaryrefslogtreecommitdiff
path: root/sfx2/source/doc
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-04-29 13:05:08 +0000
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-04-29 14:20:33 +0000
commita308454241487971a773a8c4d55106b1907ac793 (patch)
treee9fb49b789b7fb53b7361233cb65c70d5e975919 /sfx2/source/doc
parent9f0e3802e621fb02efde1778c151b93630cdd2fa (diff)
Template Manager -> Templates
As agreed in the design team. Most places already use "Templates". Change-Id: I6186546883059bf0308fabd61b162eb649647ec9 Reviewed-on: https://gerrit.libreoffice.org/24493 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r--sfx2/source/doc/templatedlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index 2b4f9b3daf6c..d1a52682a9c1 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -290,7 +290,7 @@ SfxTemplateManagerDlg::SfxTemplateManagerDlg(vcl::Window *parent)
createRepositoryMenu();
createDefaultTemplateMenu();
- //setSaveMode(); //Uncomment this line to put template manager into Save As mode
+ //setSaveMode(); //Uncomment this line to put templates dialog into Save As mode
mpLocalView->Populate();
mpCurView->filterItems(ViewFilter_Application(FILTER_APPLICATION::WRITER));
@@ -352,7 +352,7 @@ void SfxTemplateManagerDlg::setSaveMode()
// only with .src dialogs, as the tab pages could have existed even
// without TabControl containing them. This is not possible with .ui
// definitions any more (and rightly so!), so leave just one tab here for
- // now, until we do a bigger Template manager rework.
+ // now, until we do a bigger rework of the templates dialog.
while (mpTabControl->GetPageCount() > 1)
mpTabControl->RemovePage(mpTabControl->GetPageId(1));