summaryrefslogtreecommitdiff
path: root/framework/inc/services/frame.hxx
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2001-08-16 11:16:12 +0000
committerAndreas Schlüns <as@openoffice.org>2001-08-16 11:16:12 +0000
commit3eac059e378d5beb3ed3192047585f9ce0e17706 (patch)
treeea47d733f48852d510ee28ee5179cd56769523f3 /framework/inc/services/frame.hxx
parent7ea0e272ac9820e0263704745e950d5f0473b93a (diff)
#91017# add XActionLockable
Diffstat (limited to 'framework/inc/services/frame.hxx')
-rw-r--r--framework/inc/services/frame.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/framework/inc/services/frame.hxx b/framework/inc/services/frame.hxx
index 8c6352bdcc1c..2d9aeb98be51 100644
--- a/framework/inc/services/frame.hxx
+++ b/framework/inc/services/frame.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frame.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: as $ $Date: 2001-08-16 09:45:06 $
+ * last change: $Author: as $ $Date: 2001-08-16 12:16:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -596,12 +596,6 @@ class Frame : // interfaces
return m_xParent;
}
- inline sal_Int16 impl_getExternalLockCount()
- {
- ReadGuard aReadLock( m_aLock );
- return m_nExternalLockCount;
- }
-
}; // class Frame
} // namespace framework