summaryrefslogtreecommitdiff
path: root/cui/source/inc/hldoctp.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-12 15:47:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-12 15:47:44 +0200
commit102c2413c144603b7129f2a64f8e96993d1ad46a (patch)
tree49f0e7685ed0438f6ce7bb4e5c3e7b18568ed801 /cui/source/inc/hldoctp.hxx
parente0be487afd8c375455e8bbd0306bff73ddb1b51c (diff)
cui: sal_Bool -> bool
Change-Id: Ib472f25eb1625dadca8c2078b3f9cdab98763c8d
Diffstat (limited to 'cui/source/inc/hldoctp.hxx')
-rw-r--r--cui/source/inc/hldoctp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/hldoctp.hxx b/cui/source/inc/hldoctp.hxx
index 70e440ec7915..ea69d978a6e7 100644
--- a/cui/source/inc/hldoctp.hxx
+++ b/cui/source/inc/hldoctp.hxx
@@ -62,7 +62,7 @@ protected:
OUString& aStrIntName, OUString& aStrFrame,
SvxLinkInsertMode& eMode ) SAL_OVERRIDE;
virtual bool ShouldOpenMarkWnd () SAL_OVERRIDE {return mbMarkWndOpen;}
- virtual void SetMarkWndShouldOpen (sal_Bool bOpen) SAL_OVERRIDE {mbMarkWndOpen=bOpen;}
+ virtual void SetMarkWndShouldOpen (bool bOpen) SAL_OVERRIDE {mbMarkWndOpen=bOpen;}
OUString GetCurrentURL ();
public: