diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-12 15:47:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-12 15:47:44 +0200 |
commit | 102c2413c144603b7129f2a64f8e96993d1ad46a (patch) | |
tree | 49f0e7685ed0438f6ce7bb4e5c3e7b18568ed801 /cui/source/inc/hltpbase.hxx | |
parent | e0be487afd8c375455e8bbd0306bff73ddb1b51c (diff) |
cui: sal_Bool -> bool
Change-Id: Ib472f25eb1625dadca8c2078b3f9cdab98763c8d
Diffstat (limited to 'cui/source/inc/hltpbase.hxx')
-rw-r--r-- | cui/source/inc/hltpbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/hltpbase.hxx b/cui/source/inc/hltpbase.hxx index 4bb56d688bce..d63bd1c563ca 100644 --- a/cui/source/inc/hltpbase.hxx +++ b/cui/source/inc/hltpbase.hxx @@ -144,7 +144,7 @@ public: protected: virtual bool ShouldOpenMarkWnd(); - virtual void SetMarkWndShouldOpen(sal_Bool bOpen); + virtual void SetMarkWndShouldOpen(bool bOpen); void ShowMarkWnd (); void HideMarkWnd () { ( ( Window* ) mpMarkWnd )->Hide(); } |