summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/undobase.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-19 10:38:17 +0200
committerNoel Grandin <noel@peralex.com>2014-02-19 13:05:10 +0200
commitb2460d7eefcd390e9d2ebd56dce35b08f6300af6 (patch)
tree211ee5d7ecb59e8cecab34e272d361ce765703c7 /sc/source/ui/inc/undobase.hxx
parent37b48385d8cc654d965c52a5838c2de124032057 (diff)
sal_Bool->bool
Change-Id: I8991967ea122d73b83216573c5e014c4dd933fb9
Diffstat (limited to 'sc/source/ui/inc/undobase.hxx')
-rw-r--r--sc/source/ui/inc/undobase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/undobase.hxx b/sc/source/ui/inc/undobase.hxx
index 5c9df4bf9f62..87d602825362 100644
--- a/sc/source/ui/inc/undobase.hxx
+++ b/sc/source/ui/inc/undobase.hxx
@@ -85,7 +85,7 @@ protected:
// void BeginRedo();
void EndRedo();
- sal_Bool AdjustHeight();
+ bool AdjustHeight();
void ShowBlock();
};