diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-11-30 16:08:22 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-12-03 00:48:12 +0100 |
commit | 4f201dc32b58b56e27fa12b6c770ff38c2da7230 (patch) | |
tree | 6faf7d49a7fa761d2ead8ed15ec2a768992fceb1 /sfx2/inc | |
parent | bdf260ed3fd2a7361b2833660e1144d50aa92aa1 (diff) |
SvBaseLink::GetFileDialog renamed GetInsertFileDialog
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/lnkbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/lnkbase.hxx b/sfx2/inc/sfx2/lnkbase.hxx index 984136665f2a..c564b83af235 100644 --- a/sfx2/inc/sfx2/lnkbase.hxx +++ b/sfx2/inc/sfx2/lnkbase.hxx @@ -173,7 +173,7 @@ public: void clearStreamToLoadFrom(); inline sal_Bool WasLastEditOK() const { return bWasLastEditOK; } - FileDialogHelper* GetFileDialog( sal_uInt32 nFlags, const String& rFactory ) const; + FileDialogHelper & GetInsertFileDialog(const String& rFactory) const; }; SV_DECL_IMPL_REF(SvBaseLink); |