summaryrefslogtreecommitdiff
path: root/svtools/source/filter.vcl/filter/dlgepng.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/filter.vcl/filter/dlgepng.hxx')
-rw-r--r--svtools/source/filter.vcl/filter/dlgepng.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/svtools/source/filter.vcl/filter/dlgepng.hxx b/svtools/source/filter.vcl/filter/dlgepng.hxx
index b43feafc0d49..e4f9123b1190 100644
--- a/svtools/source/filter.vcl/filter/dlgepng.hxx
+++ b/svtools/source/filter.vcl/filter/dlgepng.hxx
@@ -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
@@ -53,14 +53,14 @@ class DlgExportEPNG : public ModalDialog, FilterConfigItem
FltCallDialogParameter& rFltCallPara;
- FixedLine aGrpCompression;
- FixedInfo aFiCompression;
- NumericField aNumCompression;
- CheckBox aCbxInterlaced;
- OKButton aBtnOK;
- CancelButton aBtnCancel;
- HelpButton aBtnHelp;
- ResMgr* pMgr;
+ FixedLine aGrpCompression;
+ FixedInfo aFiCompression;
+ NumericField aNumCompression;
+ CheckBox aCbxInterlaced;
+ OKButton aBtnOK;
+ CancelButton aBtnCancel;
+ HelpButton aBtnHelp;
+ ResMgr* pMgr;
DECL_LINK( OK, void * );