From b150000278891a4bce875502de1265f507ed8958 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 18 Nov 2013 12:10:46 +0100 Subject: SfxMedium::LockOrigFileOnDemand return value is never used Change-Id: I2f64cc8fbe78354f9ded7a9a6bf03d9c597b3897 --- include/sfx2/docfile.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sfx2/docfile.hxx b/include/sfx2/docfile.hxx index 7ef8b9ea2443..33450a3895d7 100644 --- a/include/sfx2/docfile.hxx +++ b/include/sfx2/docfile.hxx @@ -161,7 +161,7 @@ public: sal_Bool IsStorage(); sal_Int8 ShowLockedDocumentDialog( const css::uno::Sequence< OUString >& aData, sal_Bool bIsLoading, sal_Bool bOwnLock ); - bool LockOrigFileOnDemand( sal_Bool bLoading, sal_Bool bNoUI ); + void LockOrigFileOnDemand( sal_Bool bLoading, sal_Bool bNoUI ); void UnlockFile( sal_Bool bReleaseLockStream ); css::uno::Reference< css::embed::XStorage > GetStorage( sal_Bool bCreateTempIfNo = sal_True ); -- cgit