summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/mgetempl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/sfx2/mgetempl.hxx')
-rw-r--r--sfx2/inc/sfx2/mgetempl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/sfx2/mgetempl.hxx b/sfx2/inc/sfx2/mgetempl.hxx
index a63f665c1071..60375f5272c0 100644
--- a/sfx2/inc/sfx2/mgetempl.hxx
+++ b/sfx2/inc/sfx2/mgetempl.hxx
@@ -78,13 +78,13 @@ class SfxManageStyleSheetPage : public SfxTabPage
SfxStyleFamilies *pFamilies;
const SfxStyleFamilyItem *pItem;
String aBuf;
- BOOL bModified;
+ sal_Bool bModified;
// initiale Daten des Styles
String aName;
String aFollow;
String aParent;
- USHORT nFlags;
+ sal_uInt16 nFlags;
private:
friend class SfxStyleDialog;
@@ -103,7 +103,7 @@ friend class SfxStyleDialog;
static SfxTabPage* Create(Window *pParent, const SfxItemSet &rAttrSet );
protected:
- virtual BOOL FillItemSet(SfxItemSet &);
+ virtual sal_Bool FillItemSet(SfxItemSet &);
virtual void Reset(const SfxItemSet &);
using TabPage::ActivatePage;