summaryrefslogtreecommitdiff
path: root/accessibility/inc/accessibility/standard/vclxaccessiblecombobox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/inc/accessibility/standard/vclxaccessiblecombobox.hxx')
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblecombobox.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/accessibility/inc/accessibility/standard/vclxaccessiblecombobox.hxx b/accessibility/inc/accessibility/standard/vclxaccessiblecombobox.hxx
index 0ad8948ec6b1..cfc705e02223 100644
--- a/accessibility/inc/accessibility/standard/vclxaccessiblecombobox.hxx
+++ b/accessibility/inc/accessibility/standard/vclxaccessiblecombobox.hxx
@@ -39,17 +39,17 @@ public:
VCLXAccessibleComboBox (VCLXWindow* pVCLXindow);
// XServiceInfo
- virtual OUString SAL_CALL getImplementationName (void)
+ virtual OUString SAL_CALL getImplementationName()
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
// Return combo box specific services.
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL
- getSupportedServiceNames (void)
+ getSupportedServiceNames()
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
protected:
- virtual ~VCLXAccessibleComboBox (void);
+ virtual ~VCLXAccessibleComboBox();
- virtual bool IsValid (void) const SAL_OVERRIDE;
+ virtual bool IsValid() const SAL_OVERRIDE;
virtual void ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent) SAL_OVERRIDE;
};
date?h=cp-6.4-20&id=7af14994b58e8d81cb6bdfc5ffd444f564d4355b'>onlineupdate: work around GCC7 -Werror=implicit-fallthroughMichael Stahl 2017-08-29update the gtk updater icon with the new updater iconMarkus Mohrhard 2017-08-28update updater iconandreas kainz 2017-08-22updater: store the updater GUI icon on linux in the codeMarkus Mohrhard 2017-08-22updater: get the updater GUI working on LinuxMarkus Mohrhard 2017-08-22updater: fix error in linux part of updater makefilesMarkus Mohrhard 2017-08-21updater: add a way to test the dialog code of the updaterMarkus Mohrhard 2017-08-21updater: always show the updater UIMarkus Mohrhard 2017-08-21updater: set executable type GUI for updater.exeMarkus Mohrhard 2017-08-14updater: reference the correct new static library nameMarkus Mohrhard 2017-08-08updater: move the windows process starting code to comphelperMarkus Mohrhard 2017-08-08updater: add include guard for windows process start codeMarkus Mohrhard 2017-08-08updater: use the correct define checkMarkus Mohrhard 2017-08-02updater: disable the special handling of the user profileMarkus Mohrhard 2017-08-01make it easier to debug the generation of certificate dataMarkus Mohrhard 2017-07-31updater: get the signature verification working on WindowsMarkus Mohrhard 2017-07-31updater: fix windows build, string issuesMarkus Mohrhard 2017-07-31updater: fix include and exception support for updater serviceMarkus Mohrhard 2017-07-31fix updater code on windowsMarkus Mohrhard 2017-07-28updater: remove unnecessary mozilla makefileMarkus Mohrhard