summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/lbseldlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/lbseldlg.hxx')
-rw-r--r--sc/source/ui/inc/lbseldlg.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/ui/inc/lbseldlg.hxx b/sc/source/ui/inc/lbseldlg.hxx
index f6e8946737d8..17fa0b0ca05e 100644
--- a/sc/source/ui/inc/lbseldlg.hxx
+++ b/sc/source/ui/inc/lbseldlg.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
@@ -44,19 +44,19 @@ class ScSelEntryDlg : public ModalDialog
{
private:
FixedLine aFlLbTitle;
- ListBox aLb;
- OKButton aBtnOk;
- CancelButton aBtnCancel;
- HelpButton aBtnHelp;
+ ListBox aLb;
+ OKButton aBtnOk;
+ CancelButton aBtnCancel;
+ HelpButton aBtnHelp;
DECL_LINK( DblClkHdl, void * );
public:
- ScSelEntryDlg( Window* pParent,
- USHORT nResId,
+ ScSelEntryDlg( Window* pParent,
+ USHORT nResId,
const String& aTitle,
const String& aLbTitle,
- List& aEntryList );
+ List& aEntryList );
~ScSelEntryDlg();
String GetSelectEntry() const;