summaryrefslogtreecommitdiff
path: root/store/inc
diff options
context:
space:
mode:
authorMatthias Huetsch [mhu] <matthias.huetsch@sun.com>2009-10-29 16:00:34 +0100
committerMatthias Huetsch [mhu] <matthias.huetsch@sun.com>2009-10-29 16:00:34 +0100
commitaa4b05bffbcea6156c51f0c5ff936f87fc2f26a3 (patch)
tree57177667850303a51d2888ae9e4f3ebbb7b315a9 /store/inc
parenta72cabcec67a5aa8b1ca175fe8a7494ab4327c68 (diff)
#i71568# #i108349# Remove unused range locking code.
Diffstat (limited to 'store/inc')
-rw-r--r--store/inc/store/store.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/store/inc/store/store.hxx b/store/inc/store/store.hxx
index b6301f41f8b3..44540a44cb32 100644
--- a/store/inc/store/store.hxx
+++ b/store/inc/store/store.hxx
@@ -6,9 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
- * $RCSfile: store.hxx,v $
- * $Revision: 1.5 $
- *
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -29,7 +26,7 @@
************************************************************************/
#ifndef _STORE_STORE_HXX_
-#define _STORE_STORE_HXX_ "$Revision: 1.5 $"
+#define _STORE_STORE_HXX_
#include "sal/types.h"
#include "rtl/ustring.hxx"
@@ -242,7 +239,7 @@ public:
(void) store_acquireHandle (rhs.m_hImpl);
if (m_hImpl)
(void) store_releaseHandle (m_hImpl);
- m_hImpl = rOther.m_hImpl;
+ m_hImpl = rhs.m_hImpl;
return *this;
}