summaryrefslogtreecommitdiffstats
path: root/include/sfx2/brokenpackageint.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-12 11:14:12 +0200
committerNoel Grandin <noel@peralex.com>2014-03-14 07:50:33 +0200
commitc2324940d384186ff02581e49a24ea8235cd584c (patch)
tree222ba3b7e545e0139cf7c4fe2ca7e95fbb73849f /include/sfx2/brokenpackageint.hxx
parentsfx2: sal_Bool->bool (diff)
downloadcore-c2324940d384186ff02581e49a24ea8235cd584c.tar.gz
core-c2324940d384186ff02581e49a24ea8235cd584c.zip
sfx2: sal_Bool->bool
Change-Id: If960d94f867a1988ace83975cf16441c6f8866b0
Diffstat (limited to 'include/sfx2/brokenpackageint.hxx')
-rw-r--r--include/sfx2/brokenpackageint.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/brokenpackageint.hxx b/include/sfx2/brokenpackageint.hxx
index 1047b300270e..ff78cd74a10f 100644
--- a/include/sfx2/brokenpackageint.hxx
+++ b/include/sfx2/brokenpackageint.hxx
@@ -30,7 +30,7 @@ class SFX2_DLLPUBLIC RequestPackageReparation
public:
RequestPackageReparation( const OUString& aName );
~RequestPackageReparation();
- sal_Bool isApproved();
+ bool isApproved();
com::sun::star::uno::Reference < ::com::sun::star::task::XInteractionRequest > GetRequest();
};
@@ -41,7 +41,7 @@ class SFX2_DLLPUBLIC NotifyBrokenPackage
public:
NotifyBrokenPackage( const OUString& aName );
~NotifyBrokenPackage();
- sal_Bool isAborted();
+ bool isAborted();
com::sun::star::uno::Reference < ::com::sun::star::task::XInteractionRequest > GetRequest();
};