summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/drpcps.hxx
diff options
context:
space:
mode:
authorMalte Timmermann [mt] <malte.timmermann@oracle.com>2011-02-15 17:14:59 +0100
committerMalte Timmermann [mt] <malte.timmermann@oracle.com>2011-02-15 17:14:59 +0100
commitef349381782dbd54d817ba789ac982f3c6d9938c (patch)
treef6956ba99e88dcc9a43119c134644dcb6c3e00db /sw/source/ui/inc/drpcps.hxx
parentaccfixes: global resources need id greater 256, moved global resources to acc... (diff)
parentCWS-TOOLING: integrate CWS hr75 (diff)
downloadcore-ef349381782dbd54d817ba789ac982f3c6d9938c.tar.gz
core-ef349381782dbd54d817ba789ac982f3c6d9938c.zip
accfixes: merged to m100
Diffstat (limited to 'sw/source/ui/inc/drpcps.hxx')
-rw-r--r--sw/source/ui/inc/drpcps.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/inc/drpcps.hxx b/sw/source/ui/inc/drpcps.hxx
index cb15b885bfe0..6e7d6547053c 100644
--- a/sw/source/ui/inc/drpcps.hxx
+++ b/sw/source/ui/inc/drpcps.hxx
@@ -90,9 +90,9 @@ friend class SwDropCapsPict;
SwDropCapsPict *pPict;
- BOOL bModified;
- BOOL bFormat;
- BOOL bHtmlMode;
+ sal_Bool bModified;
+ sal_Bool bFormat;
+ sal_Bool bHtmlMode;
SwWrtShell &rSh;
@@ -113,12 +113,12 @@ friend class SwDropCapsPict;
public:
static SfxTabPage *Create(Window *pParent, const SfxItemSet &rSet);
- static USHORT* GetRanges();
+ static sal_uInt16* GetRanges();
- virtual BOOL FillItemSet( SfxItemSet &rSet);
+ virtual sal_Bool FillItemSet( SfxItemSet &rSet);
virtual void Reset (const SfxItemSet &rSet);
- void SetFormat(BOOL bSet){bFormat = bSet;}
+ void SetFormat(sal_Bool bSet){bFormat = bSet;}
};
#endif