diff options
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/form/formcontrolfactory.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/form/formcontrolfactory.cxx b/svx/source/form/formcontrolfactory.cxx index 5fa145f61e59..da3c2634b63c 100644 --- a/svx/source/form/formcontrolfactory.cxx +++ b/svx/source/form/formcontrolfactory.cxx @@ -95,6 +95,8 @@ namespace svxform using ::com::sun::star::util::XNumberFormatTypes; using ::com::sun::star::awt::FontDescriptor; using ::com::sun::star::lang::Locale; + using ::com::sun::star::lang::XServiceInfo; + using ::com::sun::star::container::XNameAccess; /** === end UNO using === **/ namespace FormComponentType = ::com::sun::star::form::FormComponentType; namespace ScrollBarOrientation = ::com::sun::star::awt::ScrollBarOrientation; |