summaryrefslogtreecommitdiffstats
path: root/include/framework/statusbarconfiguration.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-25 16:42:40 +0200
committerNoel Grandin <noel@peralex.com>2014-03-27 13:45:07 +0200
commit65c3e11ea90964726c7d7671447d12e767167d12 (patch)
treee20a9eec669bf03258ef90f656f3e57eaf6809b8 /include/framework/statusbarconfiguration.hxx
parentAvoid unused private field errors (diff)
downloadcore-65c3e11ea90964726c7d7671447d12e767167d12.tar.gz
core-65c3e11ea90964726c7d7671447d12e767167d12.zip
framework: sal_Bool->bool
Change-Id: If3276f184c63e85762fe54ce19655c30e00aeb15
Diffstat (limited to 'include/framework/statusbarconfiguration.hxx')
-rw-r--r--include/framework/statusbarconfiguration.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/framework/statusbarconfiguration.hxx b/include/framework/statusbarconfiguration.hxx
index c63e0c33872e..402f56fc936b 100644
--- a/include/framework/statusbarconfiguration.hxx
+++ b/include/framework/statusbarconfiguration.hxx
@@ -35,12 +35,12 @@ namespace framework
class FWE_DLLPUBLIC StatusBarConfiguration
{
public:
- static sal_Bool LoadStatusBar(
+ static bool LoadStatusBar(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext,
const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xInputStream,
const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer >& rStatusbarConfiguration );
- static sal_Bool StoreStatusBar(
+ static bool StoreStatusBar(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext,
const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xOutputStream,
const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& rStatusbarConfiguration );