summaryrefslogtreecommitdiff
path: root/store/source/storlckb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storlckb.cxx')
-rw-r--r--store/source/storlckb.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/store/source/storlckb.cxx b/store/source/storlckb.cxx
index 68539c37bcf3..29cfd8419f4a 100644
--- a/store/source/storlckb.cxx
+++ b/store/source/storlckb.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "storlckb.hxx"
#include "sal/types.h"
@@ -101,7 +100,6 @@ storeError OStoreLockBytes::create (
return store_E_NotFile;
}
- // ...
inode_holder_type xNode (aPage.get());
if (eMode != store_AccessReadOnly)
eErrCode = xManager->acquirePage (xNode->m_aDescr, store_AccessReadWrite);
@@ -110,7 +108,6 @@ storeError OStoreLockBytes::create (
if (eErrCode != store_E_None)
return eErrCode;
- // ...
m_xManager = xManager;
m_xNode = xNode;
m_bWriteable = (eMode != store_AccessReadOnly);