summaryrefslogtreecommitdiff
path: root/vcl/headless
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-09-05 18:03:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-09-06 07:28:03 +0000
commit9f0827d5824f1418bd3e26bb3ac9458179898e9c (patch)
tree1cf88661c70b01116011d78f01bf5040b8e6eeaf /vcl/headless
parent12c11e65780e48bc569c1028b0f5efec3373c5ee (diff)
SalI18NImeStatus is stubbed the same way for everyone except...
the gen vclplug, which is then unused for the gtk/gtk3 case so only possible to use in gen/kde. Make the default impl the no-op case and override just in gen Change-Id: Id0dd3fe4ae4e5b94bfc56219defab56905ec710a Reviewed-on: https://gerrit.libreoffice.org/28675 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/headless')
-rw-r--r--vcl/headless/svpdummies.cxx5
-rw-r--r--vcl/headless/svpinst.cxx5
2 files changed, 0 insertions, 10 deletions
diff --git a/vcl/headless/svpdummies.cxx b/vcl/headless/svpdummies.cxx
index 0c1b8c3ebf66..1a3eefb0d23a 100644
--- a/vcl/headless/svpdummies.cxx
+++ b/vcl/headless/svpdummies.cxx
@@ -42,11 +42,6 @@ void SvpSalObject::SetPosSize( long, long, long, long ) {}
void SvpSalObject::Show( bool ) {}
const SystemEnvData* SvpSalObject::GetSystemData() const { return &m_aSystemChildData; }
-// SalI18NImeStatus
-SvpImeStatus::~SvpImeStatus() {}
-bool SvpImeStatus::canToggle() { return false; }
-void SvpImeStatus::toggle() {}
-
// SalSystem
SvpSalSystem::~SvpSalSystem() {}
diff --git a/vcl/headless/svpinst.cxx b/vcl/headless/svpinst.cxx
index 77b9ba580321..53072d6a3061 100644
--- a/vcl/headless/svpinst.cxx
+++ b/vcl/headless/svpinst.cxx
@@ -293,11 +293,6 @@ SalTimer* SvpSalInstance::CreateSalTimer()
return new SvpSalTimer( this );
}
-SalI18NImeStatus* SvpSalInstance::CreateI18NImeStatus()
-{
- return new SvpImeStatus();
-}
-
SalSystem* SvpSalInstance::CreateSalSystem()
{
return new SvpSalSystem();