diff options
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r-- | include/vcl/svapp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 61a7443c5cec..0fa4b08d7600 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -1038,7 +1038,7 @@ public: @see GetReservedKeyCode */ - static sal_uLong GetReservedKeyCodeCount(); + static size_t GetReservedKeyCodeCount(); /** Get the reserved key code. @@ -1048,7 +1048,7 @@ public: @see GetReservedKeyCodeCount */ - static const vcl::KeyCode* GetReservedKeyCode( sal_uLong i ); + static const vcl::KeyCode* GetReservedKeyCode( size_t i ); ///@} |