summaryrefslogtreecommitdiff
path: root/include/sfx2/new.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-14 14:43:53 +0200
committerNoel Grandin <noel@peralex.com>2014-03-18 11:26:05 +0200
commit399724aba4b7297a262a775d000ddf4534e38b6c (patch)
tree6d45b2e8e0f597e36f89454db6948740462b4520 /include/sfx2/new.hxx
parent96ef76c1b75332e4b8379276e396ea623153644d (diff)
sfx2: sal_Bool->bool
Change-Id: I128430fe446eb517b42a109a868b88d49bbc4eaa
Diffstat (limited to 'include/sfx2/new.hxx')
-rw-r--r--include/sfx2/new.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/new.hxx b/include/sfx2/new.hxx
index e567a2d75736..c457562f3431 100644
--- a/include/sfx2/new.hxx
+++ b/include/sfx2/new.hxx
@@ -59,9 +59,9 @@ public:
SfxNewFileDialog(Window *pParent, sal_uInt16 nFlags = 0);
~SfxNewFileDialog();
- // Returns sal_False, when '- No -' is set as Template
- // Template names can only be obtained when IsTemplate() returns sal_True.
- sal_Bool IsTemplate() const;
+ // Returns false, when '- No -' is set as Template
+ // Template names can only be obtained when IsTemplate() returns true.
+ bool IsTemplate() const;
OUString GetTemplateFileName() const;
// load template methods