summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/api/FixedText.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/api/FixedText.cxx')
-rw-r--r--reportdesign/source/core/api/FixedText.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/source/core/api/FixedText.cxx b/reportdesign/source/core/api/FixedText.cxx
index b84cc9fb7085..00862ab08947 100644
--- a/reportdesign/source/core/api/FixedText.cxx
+++ b/reportdesign/source/core/api/FixedText.cxx
@@ -182,13 +182,13 @@ void SAL_CALL OFixedText::setDataField( const OUString& /*_datafield*/ ) throw (
-::sal_Bool SAL_CALL OFixedText::getPrintWhenGroupChange() throw (beans::UnknownPropertyException, uno::RuntimeException, std::exception)
+sal_Bool SAL_CALL OFixedText::getPrintWhenGroupChange() throw (beans::UnknownPropertyException, uno::RuntimeException, std::exception)
{
::osl::MutexGuard aGuard(m_aMutex);
return m_aProps.bPrintWhenGroupChange;
}
-void SAL_CALL OFixedText::setPrintWhenGroupChange( ::sal_Bool _printwhengroupchange ) throw (beans::UnknownPropertyException, uno::RuntimeException, std::exception)
+void SAL_CALL OFixedText::setPrintWhenGroupChange( sal_Bool _printwhengroupchange ) throw (beans::UnknownPropertyException, uno::RuntimeException, std::exception)
{
set(PROPERTY_PRINTWHENGROUPCHANGE,_printwhengroupchange,m_aProps.bPrintWhenGroupChange);
}
@@ -259,7 +259,7 @@ uno::Type SAL_CALL OFixedText::getElementType( ) throw (uno::RuntimeException,
return ::getCppuType(static_cast< uno::Reference<report::XFormatCondition>*>(NULL));
}
-::sal_Bool SAL_CALL OFixedText::hasElements( ) throw (uno::RuntimeException, std::exception)
+sal_Bool SAL_CALL OFixedText::hasElements( ) throw (uno::RuntimeException, std::exception)
{
return m_aProps.hasElements();
}