summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/crdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/crdlg.hxx')
-rw-r--r--sc/source/ui/inc/crdlg.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/sc/source/ui/inc/crdlg.hxx b/sc/source/ui/inc/crdlg.hxx
index 20dd79f359ad..a19d7b41a841 100644
--- a/sc/source/ui/inc/crdlg.hxx
+++ b/sc/source/ui/inc/crdlg.hxx
@@ -1,7 +1,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
@@ -32,7 +32,7 @@
#include <vcl/dialog.hxx>
#include <vcl/imagebtn.hxx>
#include <vcl/fixed.hxx>
-#include "scui_def.hxx" //CHINA001
+#include "scui_def.hxx" //CHINA001
//CHINA001 #define SCRET_COLS 0x42
//CHINA001 #define SCRET_ROWS 0x43
@@ -42,19 +42,19 @@
class ScColOrRowDlg : public ModalDialog
{
public:
- ScColOrRowDlg( Window* pParent,
- const String& rStrTitle,
- const String& rStrLabel,
- BOOL bColDefault = TRUE );
+ ScColOrRowDlg( Window* pParent,
+ const String& rStrTitle,
+ const String& rStrLabel,
+ BOOL bColDefault = TRUE );
~ScColOrRowDlg();
private:
FixedLine aFlFrame;
- RadioButton aBtnRows;
- RadioButton aBtnCols;
- OKButton aBtnOk;
- CancelButton aBtnCancel;
- HelpButton aBtnHelp;
+ RadioButton aBtnRows;
+ RadioButton aBtnCols;
+ OKButton aBtnOk;
+ CancelButton aBtnCancel;
+ HelpButton aBtnHelp;
DECL_LINK( OkHdl, OKButton * );
};