summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dapidata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/dapidata.hxx')
-rw-r--r--sc/source/ui/inc/dapidata.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sc/source/ui/inc/dapidata.hxx b/sc/source/ui/inc/dapidata.hxx
index 588ef43cf72a..5da8703ed08a 100644
--- a/sc/source/ui/inc/dapidata.hxx
+++ b/sc/source/ui/inc/dapidata.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,17 +44,17 @@ class ScDataPilotDatabaseDlg : public ModalDialog
{
private:
FixedLine aFlFrame;
- FixedText aFtDatabase;
- ListBox aLbDatabase;
- FixedText aFtObject;
- ComboBox aCbObject;
- FixedText aFtType;
- ListBox aLbType;
- OKButton aBtnOk;
- CancelButton aBtnCancel;
- HelpButton aBtnHelp;
+ FixedText aFtDatabase;
+ ListBox aLbDatabase;
+ FixedText aFtObject;
+ ComboBox aCbObject;
+ FixedText aFtType;
+ ListBox aLbType;
+ OKButton aBtnOk;
+ CancelButton aBtnCancel;
+ HelpButton aBtnHelp;
- void FillObjects();
+ void FillObjects();
DECL_LINK( SelectHdl, ListBox* );
@@ -62,7 +62,7 @@ public:
ScDataPilotDatabaseDlg( Window* pParent );
~ScDataPilotDatabaseDlg();
- void GetValues( ScImportSourceDesc& rDesc );
+ void GetValues( ScImportSourceDesc& rDesc );
};