diff options
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/inc/propbrw.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/basctl/source/inc/propbrw.hxx b/basctl/source/inc/propbrw.hxx index ece39a92cc89..fe00cdd5e28b 100644 --- a/basctl/source/inc/propbrw.hxx +++ b/basctl/source/inc/propbrw.hxx @@ -30,6 +30,9 @@ class SfxBindings; class SdrView; class SfxViewShell; +namespace com { namespace sun { namespace star { namespace lang { + class XMultiServiceFactory; +}}}} namespace basctl { |