summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/strindlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/strindlg.hxx')
-rw-r--r--sc/source/ui/inc/strindlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/strindlg.hxx b/sc/source/ui/inc/strindlg.hxx
index af022443a80a..70700987998f 100644
--- a/sc/source/ui/inc/strindlg.hxx
+++ b/sc/source/ui/inc/strindlg.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
@@ -43,7 +43,7 @@
class ScStringInputDlg : public ModalDialog
{
public:
- ScStringInputDlg( Window* pParent,
+ ScStringInputDlg( Window* pParent,
const String& rTitle,
const String& rEditTitle,
const String& rDefault,
@@ -55,9 +55,9 @@ public:
private:
FixedText aFtEditTitle;
Edit aEdInput;
- OKButton aBtnOk;
- CancelButton aBtnCancel;
- HelpButton aBtnHelp;
+ OKButton aBtnOk;
+ CancelButton aBtnCancel;
+ HelpButton aBtnHelp;
};
#include <layout/layout-post.hxx>