Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2501
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/01/2501/1
fdo#38838, undoed my changes in basdoc
Change-Id: Icbf45c538925881b49dbd6eccadde4c43854cd7f
---
M basctl/source/basicide/basdoc.cxx
M basctl/source/basicide/basdoc.hxx
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/basctl/source/basicide/basdoc.cxx b/basctl/source/basicide/basdoc.cxx
index d682f4e..119657c 100644
--- a/basctl/source/basicide/basdoc.cxx
+++ b/basctl/source/basicide/basdoc.cxx
@@ -70,7 +70,7 @@
pPrinter.reset(pPr);
}
-void DocShell::FillClass( SvGlobalName*, sal_uInt32*, OUString*, OUString*, OUString*, sal_Int32,
sal_Bool bTemplate) const
+void DocShell::FillClass( SvGlobalName*, sal_uInt32*, String*, String*, String*, sal_Int32,
sal_Bool bTemplate) const
{
(void)bTemplate;
DBG_ASSERT( !bTemplate, "No template for Basic" );
diff --git a/basctl/source/basicide/basdoc.hxx b/basctl/source/basicide/basdoc.hxx
index e471545..19a0ae6 100644
--- a/basctl/source/basicide/basdoc.hxx
+++ b/basctl/source/basicide/basdoc.hxx
@@ -41,9 +41,9 @@
sal_uInt16 nAspect = ASPECT_CONTENT );
virtual void FillClass( SvGlobalName * pClassName,
sal_uInt32 * pFormat,
- OUString * pAppName,
- OUString * pFullTypeName,
- OUString * pShortTypeName,
+ String * pAppName,
+ String * pFullTypeName,
+ String * pShortTypeName,
sal_Int32 nVersion,
sal_Bool bTemplate = false ) const;
--
To view, visit https://gerrit.libreoffice.org/2501
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icbf45c538925881b49dbd6eccadde4c43854cd7f
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Ádám Király <kiraly.adam.csaba@gmail.com>
Context
- [PATCH] fdo#38838, undoed my changes in basdoc · 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.