diff options
Diffstat (limited to 'include/svtools/bindablecontrolhelper.hxx')
-rw-r--r-- | include/svtools/bindablecontrolhelper.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/svtools/bindablecontrolhelper.hxx b/include/svtools/bindablecontrolhelper.hxx index 847e0711742e..d05f52b71e9f 100644 --- a/include/svtools/bindablecontrolhelper.hxx +++ b/include/svtools/bindablecontrolhelper.hxx @@ -22,7 +22,10 @@ #include <svtools/svtdllapi.h> -#include <com/sun/star/frame/XModel.hpp> +#include <com/sun/star/uno/Reference.hxx> + +namespace com :: sun :: star :: frame { class XModel; } +namespace com :: sun :: star :: uno { class XInterface; } namespace svt { |