summaryrefslogtreecommitdiff
path: root/sw/inc/inetfld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/inetfld.hxx')
-rw-r--r--sw/inc/inetfld.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/inetfld.hxx b/sw/inc/inetfld.hxx
index de3f81c49e31..4160928ea8ce 100644
--- a/sw/inc/inetfld.hxx
+++ b/sw/inc/inetfld.hxx
@@ -74,7 +74,7 @@ class SwINetField : public SwField
public:
// Direkte Eingabe alten Wert loeschen
- SwINetField( SwINetFieldType* pTyp, USHORT nFmt,
+ SwINetField( SwINetFieldType* pTyp, sal_uInt16 nFmt,
const String& rURL, const String& rText );
virtual ~SwINetField();
@@ -101,8 +101,8 @@ public:
const SvxMacroTableDtor* GetMacroTbl() const { return pMacroTbl; }
// setze / erfrage ein Makro
- void SetMacro( USHORT nEvent, const SvxMacro& rMacro );
- const SvxMacro* GetMacro( USHORT nEvent ) const;
+ void SetMacro( sal_uInt16 nEvent, const SvxMacro& rMacro );
+ const SvxMacro* GetMacro( sal_uInt16 nEvent ) const;
};