summaryrefslogtreecommitdiffstats
path: root/svx/source/form
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-14 11:20:36 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-14 11:20:36 +0100
commit94eae11e9ee5956df320078b759ad86459df6694 (patch)
tree79be8f1eabd869312597cda3d8e9669c101db0f3 /svx/source/form
parentremovetooltypes01: #i112600# remove tooltypes from slideshow and forms (diff)
downloadcore-94eae11e9ee5956df320078b759ad86459df6694.tar.gz
core-94eae11e9ee5956df320078b759ad86459df6694.zip
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
Diffstat (limited to 'svx/source/form')
-rw-r--r--svx/source/form/dataaccessdescriptor.cxx4
-rw-r--r--svx/source/form/fmscriptingenv.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/dataaccessdescriptor.cxx b/svx/source/form/dataaccessdescriptor.cxx
index 4bd58c0b0736..b2d67e9b66ea 100644
--- a/svx/source/form/dataaccessdescriptor.cxx
+++ b/svx/source/form/dataaccessdescriptor.cxx
@@ -78,13 +78,13 @@ namespace svx
void updateSet();
/** builds the descriptor from a property value sequence
- @return <sal_True/>
+ @return <TRUE/>
if and only if the sequence contained valid properties only
*/
sal_Bool buildFrom( const Sequence< PropertyValue >& _rValues );
/** builds the descriptor from a property set
- @return <sal_True/>
+ @return <TRUE/>
if and only if the set contained valid properties only
*/
sal_Bool buildFrom( const Reference< XPropertySet >& _rValues );
diff --git a/svx/source/form/fmscriptingenv.cxx b/svx/source/form/fmscriptingenv.cxx
index 69dc527128a0..154999333296 100644
--- a/svx/source/form/fmscriptingenv.cxx
+++ b/svx/source/form/fmscriptingenv.cxx
@@ -113,7 +113,7 @@ namespace svxform
the name of the method at the interface determined by _rListenerType
@return
- <sal_True/> if and only if the method is declared <code>oneway</code>, i.e. can be called asynchronously
+ <TRUE/> if and only if the method is declared <code>oneway</code>, i.e. can be called asynchronously
*/
bool impl_allowAsynchronousCall_nothrow( const ::rtl::OUString& _rListenerType, const ::rtl::OUString& _rMethodName ) const;