sfx2/source/inc/openflag.hxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 0b3c285cedfa63285519354708e28c113851b98b
Author:     Bogdan Buzea <buzea.bog...@libreoffice.org>
AuthorDate: Sat Nov 23 16:43:02 2024 +0100
Commit:     David Gilbert <freedesk...@treblig.org>
CommitDate: Sat Jan 18 01:20:21 2025 +0100

    tdf#152299 - Remove unused define(s) from C/C++ files
    
    Change-Id: I469e956f24a33b803243ffe20ebac252766821cb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177154
    Tested-by: Jenkins
    Reviewed-by: David Gilbert <freedesk...@treblig.org>

diff --git a/sfx2/source/inc/openflag.hxx b/sfx2/source/inc/openflag.hxx
index 11421d8cfca4..e35d4191d86a 100644
--- a/sfx2/source/inc/openflag.hxx
+++ b/sfx2/source/inc/openflag.hxx
@@ -24,10 +24,6 @@
 // I work on the original, not a copy
 // -> file then can not be opened for editing
 #define SFX_STREAM_READONLY (StreamMode::READ | StreamMode::SHARE_DENYWRITE) 
// + !bDirect
-// Someone else is editing the file, a copy it created
-// -> the file can then be opened for editing
-#define SFX_STREAM_READONLY_MAKECOPY (StreamMode::READ | 
StreamMode::SHARE_DENYNONE)
-
 #endif
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to