[Libreoffice-commits] .: sc/source
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Fri Feb 3 02:21:46 PST 2012
sc/source/ui/docshell/docsh3.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1085f3ee2f67e955a05efdc7a4a8feb8f6d718d9
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Feb 3 11:18:41 2012 +0100
Missing String -> OUString
diff --git a/sc/source/ui/docshell/docsh3.cxx b/sc/source/ui/docshell/docsh3.cxx
index 349a7a8..f5692ef 100644
--- a/sc/source/ui/docshell/docsh3.cxx
+++ b/sc/source/ui/docshell/docsh3.cxx
@@ -955,7 +955,7 @@ void ScDocShell::MergeDocument( ScDocument& rOtherDoc, bool bShared, bool bCheck
//! ??? Loesch-Aktion rueckgaengig machen ???
//! ??? Aktion irgendwo anders speichern ???
#if OSL_DEBUG_LEVEL > 0
- String aValue;
+ rtl::OUString aValue;
if ( eSourceType == SC_CAT_CONTENT )
((const ScChangeActionContent*)pSourceAction)->GetNewString( aValue );
rtl::OStringBuffer aError(rtl::OUStringToOString(aValue,
More information about the Libreoffice-commits
mailing list