diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-12-25 03:17:31 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2012-12-25 03:17:31 +0000 |
commit | c9f7a06e7798bcd5253844c49d210ea9345bd4b8 (patch) | |
tree | 9bf1c10a652ed175abb16f80deb0815f6bbd4861 /UnoControls | |
parent | f765a67c712ca3684d9cb5df0146856a257c7a80 (diff) |
i121544 - Clean-up MessageBox API (post fix)
Notes
Notes:
merged as: 805c6101b3427cc98b53f1c48f22f705206c384d
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/inc/basecontrol.hxx | 1 | ||||
-rw-r--r-- | UnoControls/source/inc/progressmonitor.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/UnoControls/inc/basecontrol.hxx b/UnoControls/inc/basecontrol.hxx index 344e8fa85319..baaf1b20b82e 100644 --- a/UnoControls/inc/basecontrol.hxx +++ b/UnoControls/inc/basecontrol.hxx @@ -83,7 +83,6 @@ #include <com/sun/star/awt/XComboBox.hpp> #include <com/sun/star/awt/XControl.hpp> #include <com/sun/star/awt/XCheckBox.hpp> -#include <com/sun/star/awt/MessageBoxCommand.hpp> #include <com/sun/star/awt/XLayoutConstrains.hpp> #include <com/sun/star/awt/XProgressBar.hpp> #include <com/sun/star/awt/XTopWindow.hpp> diff --git a/UnoControls/source/inc/progressmonitor.hxx b/UnoControls/source/inc/progressmonitor.hxx index b8e9a85e7f0e..0cfed66fb45f 100644 --- a/UnoControls/source/inc/progressmonitor.hxx +++ b/UnoControls/source/inc/progressmonitor.hxx @@ -63,7 +63,6 @@ #include <com/sun/star/awt/XComboBox.hpp> #include <com/sun/star/awt/XControl.hpp> #include <com/sun/star/awt/XCheckBox.hpp> -#include <com/sun/star/awt/MessageBoxCommand.hpp> #include <com/sun/star/awt/XLayoutConstrains.hpp> #include <com/sun/star/awt/XProgressBar.hpp> |