summaryrefslogtreecommitdiffstats
path: root/include/ucbhelper/contentinfo.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-16 22:50:50 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-17 17:55:18 +0100
commitfaced6b5f72b096800a232749cce6b38a76d5bac (patch)
treed0fc963362301ef6d1eeedb7e6af1b05cd565c00 /include/ucbhelper/contentinfo.hxx
parentcppuhelper: sal_Bool -> bool (diff)
downloadcore-faced6b5f72b096800a232749cce6b38a76d5bac.tar.gz
core-faced6b5f72b096800a232749cce6b38a76d5bac.zip
ucbhelper: sal_Bool -> bool
Change-Id: Iee327c3dd75bebb35d99de01eaa7103956e08974
Diffstat (limited to 'include/ucbhelper/contentinfo.hxx')
-rw-r--r--include/ucbhelper/contentinfo.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ucbhelper/contentinfo.hxx b/include/ucbhelper/contentinfo.hxx
index 95314adedfc3..5665c32be59e 100644
--- a/include/ucbhelper/contentinfo.hxx
+++ b/include/ucbhelper/contentinfo.hxx
@@ -58,7 +58,7 @@ class PropertySetInfo :
ContentImplHelper* m_pContent;
private:
- sal_Bool queryProperty( const OUString& rName,
+ bool queryProperty( const OUString& rName,
com::sun::star::beans::Property& rProp );
public:
@@ -114,9 +114,9 @@ class CommandProcessorInfo :
ContentImplHelper* m_pContent;
private:
- sal_Bool queryCommand( const OUString& rName,
+ bool queryCommand( const OUString& rName,
com::sun::star::ucb::CommandInfo& rCommand );
- sal_Bool queryCommand( sal_Int32 nHandle,
+ bool queryCommand( sal_Int32 nHandle,
com::sun::star::ucb::CommandInfo& rCommand );
public: