diff options
Diffstat (limited to 'sc/source/ui/undo/undoolk.cxx')
-rw-r--r-- | sc/source/ui/undo/undoolk.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/undo/undoolk.cxx b/sc/source/ui/undo/undoolk.cxx index 31c96cb0b061..843c275ef0cb 100644 --- a/sc/source/ui/undo/undoolk.cxx +++ b/sc/source/ui/undo/undoolk.cxx @@ -92,7 +92,7 @@ void DeleteSdrUndoAction( SdrUndoAction* pUndoAction ) delete pUndoAction; } -void EnableDrawAdjust( ScDocument* pDoc, BOOL bEnable ) +void EnableDrawAdjust( ScDocument* pDoc, sal_Bool bEnable ) { ScDrawLayer* pLayer = pDoc->GetDrawLayer(); if (pLayer) |