diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-08 11:49:29 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-02-08 11:49:29 +0100 |
commit | 6783aa1b25720bcd78ce11c6428dee3becd24340 (patch) | |
tree | 5159fc79c62435c573d502cb48c7043fa3a8f3e4 /dbaccess/source/ui/tabledesign/TableFieldControl.hxx | |
parent | 0dbcc3e078e157f33dff29fc707cef4e22ec2f22 (diff) | |
parent | 40b467cbda2df572038376e88f9d9fced39e5c0b (diff) |
CWS gnumake3: pull in cws removetooltypes01
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TableFieldControl.hxx')
-rw-r--r-- | dbaccess/source/ui/tabledesign/TableFieldControl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableFieldControl.hxx b/dbaccess/source/ui/tabledesign/TableFieldControl.hxx index cc18065bc03d..0ba24704b11c 100644 --- a/dbaccess/source/ui/tabledesign/TableFieldControl.hxx +++ b/dbaccess/source/ui/tabledesign/TableFieldControl.hxx @@ -45,9 +45,9 @@ namespace dbaui virtual void ActivateAggregate( EControlType eType ); virtual void DeactivateAggregate( EControlType eType ); // Sind von den abgeleiteten Klassen zu impl. - virtual void CellModified(long nRow, USHORT nColId ); - virtual BOOL IsReadOnly(); - virtual void SetModified(BOOL bModified); + virtual void CellModified(long nRow, sal_uInt16 nColId ); + virtual sal_Bool IsReadOnly(); + virtual void SetModified(sal_Bool bModified); virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatter > GetFormatter() const; virtual ::com::sun::star::lang::Locale GetLocale() const; |