From b2460d7eefcd390e9d2ebd56dce35b08f6300af6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 19 Feb 2014 10:38:17 +0200 Subject: sal_Bool->bool Change-Id: I8991967ea122d73b83216573c5e014c4dd933fb9 --- sc/source/ui/inc/undobase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/inc/undobase.hxx') 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(); }; -- cgit