summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_Scale.hxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-14 15:18:08 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-14 15:18:08 +0100
commit3d6a5a98cda10e18dacd96028f2bf0ec0b478988 (patch)
tree9a25c82de4f09295c6407854b5cb27e8855efd26 /chart2/source/controller/dialogs/tp_Scale.hxx
parent071cddfecbb256b801274dc338d90c37d1389439 (diff)
removetooltypes01: #i112600# remove tooltypes from chart2
Diffstat (limited to 'chart2/source/controller/dialogs/tp_Scale.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_Scale.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/tp_Scale.hxx b/chart2/source/controller/dialogs/tp_Scale.hxx
index 8d0e02186c38..2ae2d8290f86 100644
--- a/chart2/source/controller/dialogs/tp_Scale.hxx
+++ b/chart2/source/controller/dialogs/tp_Scale.hxx
@@ -49,7 +49,7 @@ public:
ScaleTabPage( Window* pParent, const SfxItemSet& rInAttrs );
static SfxTabPage* Create( Window* pParent, const SfxItemSet& rInAttrs );
- virtual BOOL FillItemSet( SfxItemSet& rOutAttrs );
+ virtual sal_Bool FillItemSet( SfxItemSet& rOutAttrs );
virtual void Reset( const SfxItemSet& rInAttrs );
using TabPage::DeactivatePage;
virtual int DeactivatePage( SfxItemSet* pItemSet = NULL );
@@ -115,7 +115,7 @@ private:
@return false, if nResIdMessage was 0, true otherwise
*/
- bool ShowWarning( USHORT nResIdMessage, Edit * pControl = NULL );
+ bool ShowWarning( sal_uInt16 nResIdMessage, Edit * pControl = NULL );
};
//.............................................................................