Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3457
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/57/3457/1
fix Frame import for oox filter
Change-Id: Ie165b509ea7668a3064e16b537bf2e51345324ba
(cherry picked from commit dbd84f33def04f555fb7b61c0f78f9d312bba633)
---
M oox/source/ole/axcontrol.cxx
1 file changed, 1 insertion(+), 0 deletions(-)
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 @@
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" );
--
To view, visit https://gerrit.libreoffice.org/3457
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie165b509ea7668a3064e16b537bf2e51345324ba
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Noel Power <noel.power@suse.com>
Context
- [PATCH libreoffice-4-0] fix Frame import for oox filter · Noel Power (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.