diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-01-14 11:20:36 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-01-14 11:20:36 +0100 |
commit | 94eae11e9ee5956df320078b759ad86459df6694 (patch) | |
tree | 79be8f1eabd869312597cda3d8e9669c101db0f3 /sfx2/inc | |
parent | 94fc32ce8479bf308e3bfda1b97727a2b9b98f1b (diff) |
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/doctempl.hxx | 2 | ||||
-rw-r--r-- | sfx2/inc/sfx2/styfitem.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/doctempl.hxx b/sfx2/inc/sfx2/doctempl.hxx index 92ffe90269e6..bc0728b0ec1b 100644 --- a/sfx2/inc/sfx2/doctempl.hxx +++ b/sfx2/inc/sfx2/doctempl.hxx @@ -134,7 +134,7 @@ public: In case the update is needed, the additional check made it somewhat more expensive. In case it's not necessary (which should be the usual case), the check alone is (much) less expensive than the real update. <br/> - So set <arg>_bSmart</arg> to <sal_True/> to do a check for necessity first. + So set <arg>_bSmart</arg> to <TRUE/> to do a check for necessity first. */ void Update( sal_Bool _bSmart = sal_True ); diff --git a/sfx2/inc/sfx2/styfitem.hxx b/sfx2/inc/sfx2/styfitem.hxx index 9c2551978295..5bb473906dbd 100644 --- a/sfx2/inc/sfx2/styfitem.hxx +++ b/sfx2/inc/sfx2/styfitem.hxx @@ -112,7 +112,7 @@ public: <p>Usually, you will use the same resource which originally constructed the object.</p> @return - <sal_True/> if an image list for the requested mode could be found in the given resource. + <TRUE/> if an image list for the requested mode could be found in the given resource. */ sal_Bool updateImages( const ResId& _rId, const BmpColorMode _eMode ); }; |