summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unprlout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/unprlout.hxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/inc/unprlout.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/unprlout.hxx b/sd/source/ui/inc/unprlout.hxx
index d0c22946b46b..de4fce3ea988 100644..100755
--- a/sd/source/ui/inc/unprlout.hxx
+++ b/sd/source/ui/inc/unprlout.hxx
@@ -40,7 +40,7 @@ class SdPresentationLayoutUndoAction : public SdUndoAction
String aNewLayoutName;
AutoLayout eOldAutoLayout;
AutoLayout eNewAutoLayout;
- BOOL bSetAutoLayout; // TRUE: AutoLayout aendern
+ sal_Bool bSetAutoLayout; // sal_True: AutoLayout aendern
SdPage* pPage;
String aComment;
@@ -51,7 +51,7 @@ public:
String aTheNewLayoutName,
AutoLayout eTheOldAutoLayout,
AutoLayout eTheNewAutoLayout,
- BOOL bSet,
+ sal_Bool bSet,
SdPage* pThePage);
virtual ~SdPresentationLayoutUndoAction();