summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/insdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-16 11:39:08 +0200
committerNoel Grandin <noel@peralex.com>2014-04-16 11:51:51 +0200
commit5b1b1e55ce492ceb1a907833f7073b46451760c6 (patch)
tree6f1ff57b2cb011702eb79c41d180063ab16d9463 /cui/source/inc/insdlg.hxx
parentconnectivity: sal_Bool->bool (diff)
downloadcore-5b1b1e55ce492ceb1a907833f7073b46451760c6.tar.gz
core-5b1b1e55ce492ceb1a907833f7073b46451760c6.zip
cui: sal_Bool->bool
Change-Id: Ib7dd1f27d4909d30ee794936364a472a9755c609
Diffstat (limited to 'cui/source/inc/insdlg.hxx')
-rw-r--r--cui/source/inc/insdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/insdlg.hxx b/cui/source/inc/insdlg.hxx
index a612bbc80f5c..bd793a7b0ece 100644
--- a/cui/source/inc/insdlg.hxx
+++ b/cui/source/inc/insdlg.hxx
@@ -51,7 +51,7 @@ public:
com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject > GetObject()
{ return m_xObj; }
virtual ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > GetIconIfIconified( OUString* pGraphicMediaType );
- virtual sal_Bool IsCreateNew() const;
+ virtual bool IsCreateNew() const;
};
class SvInsertOleDlg : public InsertObjectDialog_Impl
@@ -77,9 +77,9 @@ class SvInsertOleDlg : public InsertObjectDialog_Impl
{ return *m_pLbObjecttype; }
OUString GetFilePath() const
{ return m_pEdFilepath->GetText(); }
- sal_Bool IsLinked() const
+ bool IsLinked() const
{ return m_pCbFilelink->IsChecked(); }
- sal_Bool IsCreateNew() const SAL_OVERRIDE
+ bool IsCreateNew() const SAL_OVERRIDE
{ return m_pRbNewObject->IsChecked(); }
public: