summaryrefslogtreecommitdiff
path: root/basctl/source/inc/accessibledialogcontrolshape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/inc/accessibledialogcontrolshape.hxx')
-rw-r--r--basctl/source/inc/accessibledialogcontrolshape.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/basctl/source/inc/accessibledialogcontrolshape.hxx b/basctl/source/inc/accessibledialogcontrolshape.hxx
index 01e204794722..0d5e512454a1 100644
--- a/basctl/source/inc/accessibledialogcontrolshape.hxx
+++ b/basctl/source/inc/accessibledialogcontrolshape.hxx
@@ -54,18 +54,18 @@ private:
VCLExternalSolarLock* m_pExternalLock;
DialogWindow* m_pDialogWindow;
DlgEdObj* m_pDlgEdObj;
- sal_Bool m_bFocused;
- sal_Bool m_bSelected;
+ bool m_bFocused;
+ bool m_bSelected;
::com::sun::star::awt::Rectangle m_aBounds;
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xControlModel;
protected:
- sal_Bool IsFocused();
- sal_Bool IsSelected();
+ bool IsFocused();
+ bool IsSelected();
- void SetFocused( sal_Bool bFocused );
- void SetSelected( sal_Bool bSelected );
+ void SetFocused (bool bFocused);
+ void SetSelected (bool bSelected);
::com::sun::star::awt::Rectangle GetBounds();
void SetBounds( const ::com::sun::star::awt::Rectangle& aBounds );