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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/lbseldlg.hxx b/sc/source/ui/inc/lbseldlg.hxx
index 5b09058cc091..39c2fd61a67b 100644
--- a/sc/source/ui/inc/lbseldlg.hxx
+++ b/sc/source/ui/inc/lbseldlg.hxx
@@ -35,7 +35,7 @@ private:
DECL_LINK( DblClkHdl, void * );
public:
- ScSelEntryDlg(Window* pParent, const std::vector<OUString> &rEntryList);
+ ScSelEntryDlg(vcl::Window* pParent, const std::vector<OUString> &rEntryList);
OUString GetSelectEntry() const;
};