summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/zoom.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/workben/layout/zoom.cxx')
-rw-r--r--toolkit/workben/layout/zoom.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/toolkit/workben/layout/zoom.cxx b/toolkit/workben/layout/zoom.cxx
index 0fa756a33f03..9ab3cce86d5e 100644
--- a/toolkit/workben/layout/zoom.cxx
+++ b/toolkit/workben/layout/zoom.cxx
@@ -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
@@ -118,7 +118,7 @@ static USHORT pRanges[] =
0
};
-#define SPECIAL_FACTOR ((USHORT)0xFFFF)
+#define SPECIAL_FACTOR ((USHORT)0xFFFF)
// class SvxZoomDialog ---------------------------------------------------
@@ -270,13 +270,13 @@ SvxZoomDialog::SvxZoomDialog( Window* pParent, const SfxItemSet& rCoreSet ) :
aBottomFl ( this, SVX_RES( FL_BOTTOM ) ),
aOKBtn ( this, SVX_RES( BTN_ZOOM_OK ) ),
aCancelBtn ( this, SVX_RES( BTN_ZOOM_CANCEL ) ),
- aHelpBtn ( this, SVX_RES( BTN_ZOOM_HELP ) ),
+ aHelpBtn ( this, SVX_RES( BTN_ZOOM_HELP ) ),
#if !TEST_LAYOUT
- rSet ( rCoreSet ),
+ rSet ( rCoreSet ),
#endif /* !TEST_LAYOUT */
pOutSet ( NULL ),
- bModified ( FALSE )
+ bModified ( FALSE )
{
#if ENABLE_LAYOUT