summaryrefslogtreecommitdiff
path: root/chart2/source/tools/ImplUndoManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/ImplUndoManager.cxx')
-rw-r--r--chart2/source/tools/ImplUndoManager.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/chart2/source/tools/ImplUndoManager.cxx b/chart2/source/tools/ImplUndoManager.cxx
index 84da1ea0f534..d5eab1b4b652 100644
--- a/chart2/source/tools/ImplUndoManager.cxx
+++ b/chart2/source/tools/ImplUndoManager.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ImplUndoManager.cxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.7.16.1 $
*
* This file is part of OpenOffice.org.
*
@@ -419,11 +419,6 @@ void UndoStack::limitSize( sal_Int32 nMaxSize )
applyLimitation();
}
-sal_Int32 UndoStack::getCurrentLimitation() const
-{
- return m_nSizeLimit;
-}
-
void UndoStack::applyLimitation()
{
if( m_aStack.size() > static_cast< sal_uInt32 >( m_nSizeLimit ))