diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-26 09:30:27 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-27 11:14:25 +0200 |
commit | 5ad3886ec8d3d465c956d99fab42fffda656392c (patch) | |
tree | 254005df19d464031ece341354107850df42970d /vcl/inc/osx | |
parent | c6dfe0545cca8dc5e40864fd90e0ffe0b6182578 (diff) |
convert EXTTEXTINPUT constants to scoped enum
Change-Id: I1bb4ff2c13eaa2a9da3e32963ac0802e947e18d9
Diffstat (limited to 'vcl/inc/osx')
-rw-r--r-- | vcl/inc/osx/salframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/osx/salframe.h b/vcl/inc/osx/salframe.h index b030d3934ee5..69ff3a1bfc48 100644 --- a/vcl/inc/osx/salframe.h +++ b/vcl/inc/osx/salframe.h @@ -134,7 +134,7 @@ public: virtual void Flush( const Rectangle& ) SAL_OVERRIDE; virtual void Sync() SAL_OVERRIDE; virtual void SetInputContext( SalInputContext* pContext ) SAL_OVERRIDE; - virtual void EndExtTextInput( sal_uInt16 nFlags ) SAL_OVERRIDE; + virtual void EndExtTextInput( EndExtTextInputFlags nFlags ) SAL_OVERRIDE; virtual OUString GetKeyName( sal_uInt16 nKeyCode ) SAL_OVERRIDE; virtual bool MapUnicodeToKeyCode( sal_Unicode aUnicode, LanguageType aLangType, vcl::KeyCode& rKeyCode ) SAL_OVERRIDE; virtual LanguageType GetInputLanguage() SAL_OVERRIDE; |