summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-01-17 13:40:58 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-01-17 14:30:59 -0500
commit3f390be5a7f3dd0108e2257fa57cfcca6d0859e3 (patch)
tree13084e1619c63ce6eba22ec5e031554ba73342c4 /svtools/inc
parenta6b459c8598df19f62b0cd4cb4b29de3791a3991 (diff)
sal_Bool to bool.
Change-Id: I6ad0385041618ebff879ec8533c13ef0ddbe239c
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/embedhlp.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svtools/inc/svtools/embedhlp.hxx b/svtools/inc/svtools/embedhlp.hxx
index 66c609ba3031..28976c65ec66 100644
--- a/svtools/inc/svtools/embedhlp.hxx
+++ b/svtools/inc/svtools/embedhlp.hxx
@@ -47,15 +47,15 @@ class SVT_DLLPUBLIC EmbeddedObjectRef
{
EmbeddedObjectRef_Impl* mpImpl;
- SVT_DLLPRIVATE SvStream* GetGraphicStream( sal_Bool bUpdate ) const;
- SVT_DLLPRIVATE void GetReplacement( sal_Bool bUpdate );
+ SVT_DLLPRIVATE SvStream* GetGraphicStream( bool bUpdate ) const;
+ SVT_DLLPRIVATE void GetReplacement( bool bUpdate );
EmbeddedObjectRef& operator = ( const EmbeddedObjectRef& );
public:
static void DrawPaintReplacement( const Rectangle &rRect, const OUString &rText, OutputDevice *pOut );
static void DrawShading( const Rectangle &rRect, OutputDevice *pOut );
- static sal_Bool TryRunningState( const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >& );
+ static bool TryRunningState( const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >& );
static void SetGraphicToContainer( const Graphic& rGraphic,
comphelper::EmbeddedObjectContainer& aContainer,
const ::rtl::OUString& aName,
@@ -101,12 +101,12 @@ public:
void UpdateReplacement();
void UpdateReplacementOnDemand();
- void Lock( sal_Bool bLock = sal_True );
- sal_Bool IsLocked() const;
+ void Lock( bool bLock = true );
void Clear();
bool is() const;
- sal_Bool IsChart() const;
+ bool IsLocked() const;
+ bool IsChart() const;
// #i104867#
// Provides a graphic version number for the fetchable Graphic during this object's lifetime. Internally,