summaryrefslogtreecommitdiff
path: root/chart2/source/tools/UncachedDataSequence.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/UncachedDataSequence.cxx')
-rw-r--r--chart2/source/tools/UncachedDataSequence.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/tools/UncachedDataSequence.cxx b/chart2/source/tools/UncachedDataSequence.cxx
index 6498e57d3cc1..993e495ca939 100644
--- a/chart2/source/tools/UncachedDataSequence.cxx
+++ b/chart2/source/tools/UncachedDataSequence.cxx
@@ -262,7 +262,7 @@ uno::Type SAL_CALL UncachedDataSequence::getElementType()
return ::getCppuType( reinterpret_cast< uno::Any * >(0));
}
-::sal_Bool SAL_CALL UncachedDataSequence::hasElements()
+sal_Bool SAL_CALL UncachedDataSequence::hasElements()
throw (uno::RuntimeException, std::exception)
{
if( ! m_xDataProvider.is())
@@ -292,13 +292,13 @@ Reference< util::XCloneable > SAL_CALL UncachedDataSequence::createClone()
}
// ____ XModifiable ____
-::sal_Bool SAL_CALL UncachedDataSequence::isModified()
+sal_Bool SAL_CALL UncachedDataSequence::isModified()
throw (uno::RuntimeException, std::exception)
{
return sal_False;
}
-void SAL_CALL UncachedDataSequence::setModified( ::sal_Bool bModified )
+void SAL_CALL UncachedDataSequence::setModified( sal_Bool bModified )
throw (beans::PropertyVetoException,
uno::RuntimeException, std::exception)
{