diff options
author | Frank Schönheit <fs@openoffice.org> | 2009-10-07 06:16:52 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2009-10-07 06:16:52 +0000 |
commit | fcac7b7672113ec68f90ab4443bc8a920a59ab34 (patch) | |
tree | f5d8a66baf44aec40d24d0e1f14968f0e24a0f06 /svx | |
parent | 55ac3ce82f56ff6fdd57174d12a501535f0eed25 (diff) |
#i10000#
Diffstat (limited to 'svx')
-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; |