summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oox/source/ole/axcontrol.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx
index 38b959e7c9f5..d5303a4eea7e 100644
--- a/oox/source/ole/axcontrol.cxx
+++ b/oox/source/ole/axcontrol.cxx
@@ -623,6 +623,7 @@ OUString ControlModelBase::getServiceName() const
case API_CONTROL_SCROLLBAR: return OUString( "com.sun.star.form.component.ScrollBar" );
case API_CONTROL_PROGRESSBAR: return OUString( "com.sun.star.awt.UnoControlProgressBarModel" );
case API_CONTROL_GROUPBOX: return OUString( "com.sun.star.form.component.GroupBox" );
+ case API_CONTROL_FRAME: return OUString( "com.sun.star.awt.UnoFrameModel" );
case API_CONTROL_PAGE: return OUString( "com.sun.star.awt.UnoPageModel" );
case API_CONTROL_MULTIPAGE: return OUString( "com.sun.star.awt.UnoMultiPageModel" );
case API_CONTROL_DIALOG: return OUString( "com.sun.star.awt.UnoControlDialogModel" );