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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/dapidata.hxx b/sc/source/ui/inc/dapidata.hxx
index 27c30e1e9773..fbe7cfdc1cf5 100644
--- a/sc/source/ui/inc/dapidata.hxx
+++ b/sc/source/ui/inc/dapidata.hxx
@@ -31,7 +31,7 @@ private:
std::unique_ptr<weld::ComboBox> m_xCbObject;
std::unique_ptr<weld::ComboBox> m_xLbType;
- void FillObjects();
+ void FillObjects();
DECL_LINK(SelectHdl, weld::ComboBox&, void);
@@ -39,7 +39,7 @@ public:
ScDataPilotDatabaseDlg(weld::Window* pParent);
virtual ~ScDataPilotDatabaseDlg() override;
- void GetValues( ScImportSourceDesc& rDesc );
+ void GetValues(ScImportSourceDesc& rDesc);
};
#endif