summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/crdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/miscdlgs/crdlg.cxx')
-rw-r--r--sc/source/ui/miscdlgs/crdlg.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/miscdlgs/crdlg.cxx b/sc/source/ui/miscdlgs/crdlg.cxx
index 5100474274df..f9413dda2068 100644
--- a/sc/source/ui/miscdlgs/crdlg.cxx
+++ b/sc/source/ui/miscdlgs/crdlg.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
@@ -42,12 +42,12 @@
//==================================================================
-ScColOrRowDlg::ScColOrRowDlg( Window* pParent,
- const String& rStrTitle,
- const String& rStrLabel,
- BOOL bColDefault )
+ScColOrRowDlg::ScColOrRowDlg( Window* pParent,
+ const String& rStrTitle,
+ const String& rStrLabel,
+ BOOL bColDefault )
- : ModalDialog ( pParent, ScResId( RID_SCDLG_COLORROW ) ),
+ : ModalDialog ( pParent, ScResId( RID_SCDLG_COLORROW ) ),
//
aFlFrame ( this, ScResId( FL_FRAME ) ),
aBtnRows ( this, ScResId( BTN_GROUP_ROWS ) ),