summaryrefslogtreecommitdiff
path: root/vcl/aqua/inc/aquaprintview.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/aqua/inc/aquaprintview.h')
-rw-r--r--vcl/aqua/inc/aquaprintview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/aqua/inc/aquaprintview.h b/vcl/aqua/inc/aquaprintview.h
index 5e209bfa6233..d8a9ec6330f9 100644
--- a/vcl/aqua/inc/aquaprintview.h
+++ b/vcl/aqua/inc/aquaprintview.h
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,7 +41,7 @@ struct PrintAccessoryViewState
{
bool bNeedRestart;
sal_Int32 nLastPage;
-
+
PrintAccessoryViewState()
: bNeedRestart( false ), nLastPage( 0 ) {}
};
@@ -61,7 +61,7 @@ struct PrintAccessoryViewState
@interface AquaPrintAccessoryView : NSObject
{
}
-+(NSObject*)setupPrinterPanel: (NSPrintOperation*)pOp withController: (vcl::PrinterController*)pController withState: (PrintAccessoryViewState*)pState;
++(NSObject*)setupPrinterPanel: (NSPrintOperation*)pOp withController: (vcl::PrinterController*)pController withState: (PrintAccessoryViewState*)pState;
@end