summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/partwnd.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-13 11:57:14 +0200
committerNoel Grandin <noel@peralex.com>2014-03-14 07:50:34 +0200
commita8f721ff96121697de8a97856ba4da145fc0c14e (patch)
treed61517a1e700702de0fadee06fb64c1158a3f97e /sfx2/source/inc/partwnd.hxx
parent5fe7ecc04f35ef785510e3ef404f46eb6f05a123 (diff)
sfx2: sal_Bool->bool
Change-Id: I626371bac4fbd9c6a2cdc5a57a3022f8b6ac55b2
Diffstat (limited to 'sfx2/source/inc/partwnd.hxx')
-rw-r--r--sfx2/source/inc/partwnd.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/partwnd.hxx b/sfx2/source/inc/partwnd.hxx
index 0ecf7e55557f..71bb4467cd96 100644
--- a/sfx2/source/inc/partwnd.hxx
+++ b/sfx2/source/inc/partwnd.hxx
@@ -52,7 +52,7 @@ public:
SFX_DECL_CHILDWINDOW(SfxPartChildWnd_Impl);
~SfxPartChildWnd_Impl();
- virtual sal_Bool QueryClose();
+ virtual sal_Bool QueryClose();
};
// class SfxExplorerDockWnd_Impl -----------------------------------------