summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-04-18 12:32:24 +0100
committerNoel Power <noel.power@suse.com>2013-04-18 12:33:07 +0100
commitb850ab574c11cf1d597035eca875181c6de31ea6 (patch)
tree542f36ac0510eaa8936f8fdec48c7d3fb1fcfbb3 /oox
parentc903c377ec885465e422d6acf0e8eb75483dff30 (diff)
fix Frame import for oox filter
Change-Id: Ie165b509ea7668a3064e16b537bf2e51345324ba
Diffstat (limited to 'oox')
-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" );