summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/break.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/break.hxx
parent1005caba73b82b7bf272a19ffd2801579941129d (diff)
parentc50e8a2df2e04d9d2c225df0ea648f0501acc250 (diff)
accfixes: merged to m100
Diffstat (limited to 'sw/source/ui/inc/break.hxx')
-rw-r--r--sw/source/ui/inc/break.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/inc/break.hxx b/sw/source/ui/inc/break.hxx
index cd470e286c19..8c6c53744ad4 100644
--- a/sw/source/ui/inc/break.hxx
+++ b/sw/source/ui/inc/break.hxx
@@ -64,10 +64,10 @@ class SwBreakDlg: public SvxStandardDialog
HelpButton aHelpBtn;
String aTemplate;
- USHORT nKind;
- USHORT nPgNum;
+ sal_uInt16 nKind;
+ sal_uInt16 nPgNum;
- BOOL bHtmlMode;
+ sal_Bool bHtmlMode;
DECL_LINK( ClickHdl, void * );
DECL_LINK( PageNumHdl, CheckBox * );
@@ -84,8 +84,8 @@ public:
~SwBreakDlg();
String GetTemplateName() { return aTemplate; }
- USHORT GetKind() { return nKind; }
- USHORT GetPageNumber() { return nPgNum; }
+ sal_uInt16 GetKind() { return nKind; }
+ sal_uInt16 GetPageNumber() { return nPgNum; }
};
#endif