summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-05-11 00:06:16 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-05-11 00:47:52 +0900
commit8fa7b8234f5b5a0f30972a3ece939363fff4fdae (patch)
treec569d926c6d147dbc06aba5be2d96ea4b63c1982 /include
parent6ae4e72ec510e2dd0496d181ba429b1d51716667 (diff)
sal_Bool to bool
Change-Id: I7e69466f189b845a807edbf3ca4422b0fb2aec94
Diffstat (limited to 'include')
-rw-r--r--include/vcl/svapp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index b4acc579ad94..f2f59c25d85b 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -519,7 +519,7 @@ public:
VCL_DLLPUBLIC Application* GetpApp();
-VCL_DLLPUBLIC sal_Bool InitVCL();
+VCL_DLLPUBLIC bool InitVCL();
VCL_DLLPUBLIC void DeInitVCL();
VCL_DLLPUBLIC bool InitAccessBridge( bool bAllowCancel, bool &rCancelled );