summaryrefslogtreecommitdiff
path: root/vcl/headless
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-26 09:30:27 +0200
committerNoel Grandin <noel@peralex.com>2015-05-27 11:14:25 +0200
commit5ad3886ec8d3d465c956d99fab42fffda656392c (patch)
tree254005df19d464031ece341354107850df42970d /vcl/headless
parentc6dfe0545cca8dc5e40864fd90e0ffe0b6182578 (diff)
convert EXTTEXTINPUT constants to scoped enum
Change-Id: I1bb4ff2c13eaa2a9da3e32963ac0802e947e18d9
Diffstat (limited to 'vcl/headless')
-rw-r--r--vcl/headless/svpframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/headless/svpframe.cxx b/vcl/headless/svpframe.cxx
index e1218d7ab3e6..362a91cbb8f6 100644
--- a/vcl/headless/svpframe.cxx
+++ b/vcl/headless/svpframe.cxx
@@ -419,7 +419,7 @@ void SvpSalFrame::SetInputContext( SalInputContext* )
{
}
-void SvpSalFrame::EndExtTextInput( sal_uInt16 )
+void SvpSalFrame::EndExtTextInput( EndExtTextInputFlags )
{
}