diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-02-03 11:18:41 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-02-03 11:19:46 +0100 |
commit | 1085f3ee2f67e955a05efdc7a4a8feb8f6d718d9 (patch) | |
tree | 248a56de8c3bbdd2487f2532890d315ba58881f5 /sc/source | |
parent | 40991706e4343789015432331d5be93fd7abe373 (diff) |
Missing String -> OUString
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/docshell/docsh3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh3.cxx b/sc/source/ui/docshell/docsh3.cxx index 349a7a81d313..f5692efcda41 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, |