summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/FConnection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/file/FConnection.hxx')
-rw-r--r--connectivity/source/inc/file/FConnection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/file/FConnection.hxx b/connectivity/source/inc/file/FConnection.hxx
index 36b095e70427..e6412992ab77 100644
--- a/connectivity/source/inc/file/FConnection.hxx
+++ b/connectivity/source/inc/file/FConnection.hxx
@@ -98,7 +98,7 @@ namespace connectivity::file
virtual void SAL_CALL clearWarnings( ) override;
//XUnoTunnel
virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) override;
- static css::uno::Sequence< sal_Int8 > getUnoTunnelId();
+ static const css::uno::Sequence< sal_Int8 > & getUnoTunnelId();
// no interface methods
css::uno::Reference< css::ucb::XDynamicResultSet > getDir() const;
b7fb1706b405577417625ed3855485936d0b'>set all kde4 libs in configureDavid Tardon 2012-05-29simplify by using externalsDavid Tardon 2012-05-27break dep. cycle between vcl and fpickerDavid Tardon 2012-05-05add dependency on fpickerDavid Tardon 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-04-02KDE4 file picker moved from fpicker to vclCédric Bosdonnat 2012-03-31vcl: use CustomTarget makefilesMatúš Kukan 2012-03-08fold i18npaper into i18nutilCaolán McNamara 2012-02-29Typo fps_kde4 -> vclplug_kde4Stephan Bergmann 2012-02-27disable -Wshadow for KDE backendsLuboš Luňák 2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan 2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist 2011-11-27remove pch from the include listNorbert Thiebaud