[Libreoffice-commits] .: dtrans/source
David Tardon
dtardon at kemper.freedesktop.org
Tue Dec 14 22:54:20 PST 2010
dtrans/source/win32/ftransl/ftransl.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit a4b3b940de6c9cf4b6033bbb260c4cef56d5e0cb
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Wed Dec 15 07:54:09 2010 +0100
Removing comment with createFromAscii
diff --git a/dtrans/source/win32/ftransl/ftransl.cxx b/dtrans/source/win32/ftransl/ftransl.cxx
index e1b96a6..fd7ed18 100644
--- a/dtrans/source/win32/ftransl/ftransl.cxx
+++ b/dtrans/source/win32/ftransl/ftransl.cxx
@@ -61,7 +61,6 @@
#define OUSTR( str ) OUString::createFromAscii( #str )
#define OUSTR_( str ) OUString::createFromAscii( str )
#define EMPTY_OUSTR OUString()
-//#define PRIVATE_OO OUString::createFromAscii( "application/x-openoffice;" "windows_formatname=" )
const rtl::OUString Windows_FormatName (RTL_CONSTASCII_USTRINGPARAM("windows_formatname"));
const com::sun::star::uno::Type CppuType_ByteSequence = ::getCppuType((const com::sun::star::uno::Sequence<sal_Int8>*)0);
More information about the Libreoffice-commits
mailing list