summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-18 12:10:46 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-18 12:11:02 +0100
commitb150000278891a4bce875502de1265f507ed8958 (patch)
tree327f33fb7cb13433997b171bfa2c1aeb7c969afd /include
parent78e2af8d7141015372995a3583242998c977e829 (diff)
SfxMedium::LockOrigFileOnDemand return value is never used
Change-Id: I2f64cc8fbe78354f9ded7a9a6bf03d9c597b3897
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/docfile.hxx2
1 files changed, 1 insertions, 1 deletions
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 );