diff options
Diffstat (limited to 'include/comphelper/SelectionMultiplex.hxx')
-rw-r--r-- | include/comphelper/SelectionMultiplex.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/comphelper/SelectionMultiplex.hxx b/include/comphelper/SelectionMultiplex.hxx index 8479ad7c4938..77ed7a363636 100644 --- a/include/comphelper/SelectionMultiplex.hxx +++ b/include/comphelper/SelectionMultiplex.hxx @@ -21,11 +21,12 @@ #define INCLUDED_COMPHELPER_SELECTIONMULTIPLEX_HXX #include <com/sun/star/view/XSelectionChangeListener.hpp> -#include <com/sun/star/view/XSelectionSupplier.hpp> +#include <com/sun/star/lang/EventObject.hpp> #include <cppuhelper/implbase.hxx> #include <comphelper/comphelperdllapi.h> #include <rtl/ref.hxx> +namespace com { namespace sun { namespace star { namespace view { class XSelectionSupplier; } } } } //= selection helper classes |