From c35616dd73c8b05e422f3b561f21e21f5489d574 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 28 Jan 2014 19:57:12 +0100 Subject: bool improvements Change-Id: I4a09bffccc0049d81ea3113e79184f64b026a4ba --- include/sfx2/viewsh.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2') diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx index 27a6bfe50dfa..eb40c875d0a2 100644 --- a/include/sfx2/viewsh.hxx +++ b/include/sfx2/viewsh.hxx @@ -212,7 +212,7 @@ public: // Printing Interface virtual SfxPrinter* GetPrinter( sal_Bool bCreate = sal_False ); - virtual sal_uInt16 SetPrinter( SfxPrinter *pNewPrinter, sal_uInt16 nDiffFlags = SFX_PRINTER_ALL, bool bIsAPI=sal_False ); + virtual sal_uInt16 SetPrinter( SfxPrinter *pNewPrinter, sal_uInt16 nDiffFlags = SFX_PRINTER_ALL, bool bIsAPI=false ); virtual bool HasPrintOptionsPage() const; virtual SfxTabPage* CreatePrintOptionsPage( Window *pParent, const SfxItemSet &rOptions ); virtual JobSetup GetJobSetup() const; -- cgit