summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-24 12:37:15 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-24 12:37:15 +0100
commit154fa237d3d9a8b3c9625e17928a16bc8f96783e (patch)
treed8deda29d62367c2b3d3baca1ca29e463f043a7d /sfx2/inc
parent86c800f2649b430450f7b043d907fa2ff24d8bb1 (diff)
removetooltypes01: #i112600# adjust rebase for windows
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/viewsh.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/sfx2/viewsh.hxx b/sfx2/inc/sfx2/viewsh.hxx
index af773f78a1..a7c5e7db0a 100644
--- a/sfx2/inc/sfx2/viewsh.hxx
+++ b/sfx2/inc/sfx2/viewsh.hxx
@@ -238,10 +238,10 @@ public:
void AdjustVisArea(const Rectangle& rRect);
// Printing Interface
- virtual SfxPrinter* GetPrinter( sal_Bool bCreate = FALSE );
- virtual sal_uInt16 SetPrinter( SfxPrinter *pNewPrinter, USHORT nDiffFlags = SFX_PRINTER_ALL, bool bIsAPI=FALSE );
+ 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 SfxTabPage* CreatePrintOptionsPage( Window *pParent, const SfxItemSet &rOptions );
- void LockPrinter( BOOL bLock = TRUE );
+ void LockPrinter( sal_Bool bLock = sal_True );
sal_Bool IsPrinterLocked() const;
virtual JobSetup GetJobSetup() const;
Printer* GetActivePrinter() const;