summaryrefslogtreecommitdiff
path: root/sc/inc/nameuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/nameuno.hxx')
-rw-r--r--sc/inc/nameuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/nameuno.hxx b/sc/inc/nameuno.hxx
index b250b818f47f..fa46ca59cd30 100644
--- a/sc/inc/nameuno.hxx
+++ b/sc/inc/nameuno.hxx
@@ -197,10 +197,10 @@ protected:
ScDocShell* pDocShell;
/** called from the XActionLockable interface methods on initial locking */
- virtual void lock();
+ void lock();
/** called from the XActionLockable interface methods on final unlock */
- virtual void unlock();
+ void unlock();
public:
ScNamedRangesObj(ScDocShell* pDocSh);