Patch is contributed under the LGPLv3+ / MPL.
From ec0c3075b4f1a52e1000e2be128eddd85a5de819 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aurimas=20Fi=C5=A1eras?= <aurimas@gmail.com>
Date: Sat, 19 Mar 2011 12:51:17 +0200
Subject: fix debug buid
---
padmin/source/adddlg.cxx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/padmin/source/adddlg.cxx b/padmin/source/adddlg.cxx
index 52f5e42..00c56c7 100644
--- a/padmin/source/adddlg.cxx
+++ b/padmin/source/adddlg.cxx
@@ -139,8 +139,8 @@ void APChooseDriverPage::fill( PrinterInfo& rInfo )
rInfo.m_aDriverName = *pDriver;
#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "m_aLastPrinterName = \"%s\", rInfo.m_aPrinterName = \"%s\"\n",
- OUStringToOString( m_aLastPrinterName, RTL_TEXTENCODING_ISO_8859_1 ).getStr(),
- OUStringToOString( rInfo.m_aPrinterName, RTL_TEXTENCODING_ISO_8859_1 ).getStr() );
+ rtl::OUStringToOString( m_aLastPrinterName, RTL_TEXTENCODING_ISO_8859_1 ).getStr(),
+ rtl::OUStringToOString( rInfo.m_aPrinterName, RTL_TEXTENCODING_ISO_8859_1 ).getStr()
);
#endif
if( rInfo.m_aPrinterName.equals( m_aLastPrinterName ) )
{
--
1.7.4.1
Context
- [Libreoffice] libs-gui: fix debug build · Aurimas Fišeras
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.