[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - oox/source
Noel Power
noel.power at suse.com
Thu Apr 18 04:51:26 PDT 2013
oox/source/ole/axcontrol.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit dbd84f33def04f555fb7b61c0f78f9d312bba633
Author: Noel Power <noel.power at suse.com>
Date: Thu Apr 18 12:32:24 2013 +0100
fix Frame import for oox filter
Change-Id: Ie165b509ea7668a3064e16b537bf2e51345324ba
diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx
index 04373b2..3f7b11c 100644
--- a/oox/source/ole/axcontrol.cxx
+++ b/oox/source/ole/axcontrol.cxx
@@ -624,6 +624,7 @@ OUString ControlModelBase::getServiceName() const
case API_CONTROL_SCROLLBAR: return CREATE_OUSTRING( "com.sun.star.form.component.ScrollBar" );
case API_CONTROL_PROGRESSBAR: return CREATE_OUSTRING( "com.sun.star.awt.UnoControlProgressBarModel" );
case API_CONTROL_GROUPBOX: return CREATE_OUSTRING( "com.sun.star.form.component.GroupBox" );
+ case API_CONTROL_FRAME: return CREATE_OUSTRING( "com.sun.star.awt.UnoFrameModel" );
case API_CONTROL_PAGE: return CREATE_OUSTRING( "com.sun.star.awt.UnoPageModel" );
case API_CONTROL_MULTIPAGE: return CREATE_OUSTRING( "com.sun.star.awt.UnoMultiPageModel" );
case API_CONTROL_DIALOG: return CREATE_OUSTRING( "com.sun.star.awt.UnoControlDialogModel" );
More information about the Libreoffice-commits
mailing list