[PATCH] fdo#38838, undoed my changes in basdoc
Ádám Király (via_Code_Review)
gerrit at gerrit.libreoffice.org
Fri Mar 1 11:54:23 PST 2013
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 at gmail.com>
More information about the LibreOffice
mailing list