summaryrefslogtreecommitdiffstats
path: root/sfx2/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-11-30 16:08:22 +0100
committerMichael Stahl <mstahl@redhat.com>2011-12-03 00:48:12 +0100
commit4f201dc32b58b56e27fa12b6c770ff38c2da7230 (patch)
tree6faf7d49a7fa761d2ead8ed15ec2a768992fceb1 /sfx2/inc
parentsfx2::FileDialogHelper: remove obsolete flags (diff)
downloadcore-4f201dc32b58b56e27fa12b6c770ff38c2da7230.tar.gz
core-4f201dc32b58b56e27fa12b6c770ff38c2da7230.zip
SvBaseLink::GetFileDialog renamed GetInsertFileDialog
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/lnkbase.hxx2
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);