summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/DrawViewShell.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-17 13:26:54 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-17 13:26:54 +0100
commit23951d3a0d99d72547df9850b31aaa0087aca0fe (patch)
tree95eb07c53cfe1c18949752f83589f157b1e0695e /sd/source/ui/inc/DrawViewShell.hxx
parent3d6bed44c8ca414f60c03223482b9f7b94d56c14 (diff)
removetooltypes01: #i112600# Fix problems with autodoc TRUE/FALSE
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rwxr-xr-xsd/source/ui/inc/DrawViewShell.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx
index a087dc8dc847..f6a94bb1f1d4 100755
--- a/sd/source/ui/inc/DrawViewShell.hxx
+++ b/sd/source/ui/inc/DrawViewShell.hxx
@@ -363,7 +363,7 @@ public:
DrawView* GetDrawView() const { return mpDrawView; }
/** Relocation to a new parent window is not supported for DrawViewShell
- objects so this method always returns <sal_False/>.
+ objects so this method always returns <FALSE/>.
*/
virtual bool RelocateToParentWindow (::Window* pParentWindow);
@@ -459,11 +459,11 @@ private:
b) the given flag bCloseFrame is true.
@param bCloseFrame
Be carefull with this flag when stopping a full screen show.
- When called from the destructor the flag has to be <sal_False/> or
+ When called from the destructor the flag has to be <FALSE/> or
otherwise we run into a loop of calls to destructors of the view
and the frame.
- When called from other places the flag should be <sal_True/> so that
- not an empty frame remains. When called with <sal_True/> it is the
+ When called from other places the flag should be <TRUE/> so that
+ not an empty frame remains. When called with <TRUE/> it is the
responsibility of the caller to avoid an illegal reentrant
call.
*/