diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-09-05 18:03:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-09-06 07:28:03 +0000 |
commit | 9f0827d5824f1418bd3e26bb3ac9458179898e9c (patch) | |
tree | 1cf88661c70b01116011d78f01bf5040b8e6eeaf /vcl/inc/win/salinst.h | |
parent | 12c11e65780e48bc569c1028b0f5efec3373c5ee (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/inc/win/salinst.h')
-rw-r--r-- | vcl/inc/win/salinst.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/win/salinst.h b/vcl/inc/win/salinst.h index 23c0de7c9568..60e404baae82 100644 --- a/vcl/inc/win/salinst.h +++ b/vcl/inc/win/salinst.h @@ -56,7 +56,6 @@ public: virtual void DeletePrinterQueueInfo( SalPrinterQueueInfo* pInfo ) override; virtual OUString GetDefaultPrinter() override; virtual SalTimer* CreateSalTimer() override; - virtual SalI18NImeStatus* CreateI18NImeStatus() override; virtual SalSystem* CreateSalSystem() override; virtual SalBitmap* CreateSalBitmap() override; virtual comphelper::SolarMutex* GetYieldMutex() override; |