summaryrefslogtreecommitdiff
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
parentbdf260ed3fd2a7361b2833660e1144d50aa92aa1 (diff)
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);
/commit/sc/Library_vbaobj.mk?h=feature/wasm&id=2e677c39818f3a6479ac9103ac9c7e8ef985eeb0'>gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-09-20unusedcode: vbafoundfiles.?xx and XFoundFiles.idlMatúš Kukan 2012-09-12targetted VBA re-work.Noel Power 2012-08-26remove VBA_OOBUILD_HACK and friendsNoel Power 2012-05-10normalize variable names in gbuild user makefilesMichael Stahl 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan 2012-02-23Unify indentationTor Lillqvist 2012-02-21WaE: C4610: class 'ScVbaCommentShape' can never be instantiatedCaolán McNamara 2012-02-10fdo#39491 remove nonexistent include pathsMatúš Kukan 2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan 2011-11-27remove pch from the include listNorbert Thiebaud 2011-09-22Always link with user32Tor Lillqvist 2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba 2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba 2011-09-12Be even more specificTor Lillqvist 2011-09-12Be more specific, gb_CCVER is set only in unxgcc.mk anywayTor Lillqvist 2011-09-08GCC bug 50255 will be fixed in 4.6.2 already.Stephan Bergmann 2011-09-08Related: gcc#50255 we now know the bounds of the broken gcc versionsCaolán McNamara 2011-08-13fix fumble in makefileNorbert Thiebaud 2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe 2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist 2011-07-24Merge branch 'master' into feature/gnumake4Bjoern Michaelsen 2011-07-23Use gb_Library_win32_OLDNAMESTor Lillqvist 2011-07-21resyncing to masterBjoern Michaelsen 2011-07-05workaround for x86 gcc 4.6.1 link failureCaolán McNamara 2011-07-05no need for extra noexecstackCaolán McNamara 2011-06-21gnumake4: postmerge fixes in scBjoern Michaelsen 2011-06-18needs oovbaapi tooDavid Tardon 2011-06-18remove all traces of offuh from makefilesDavid Tardon 2011-04-14no local -Wl,-O1 linker flagLuboš Luňák 2011-04-05set ldflags for *BSD tooRobert Nagy 2011-03-31Fix windows linking of sc moduleFridrich Štrba 2011-03-29Fix Windows build of SCFridrich Štrba 2011-03-25gnumake support for calc.Norbert Thiebaud