summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/ftransl/ftransl.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/dtrans/source/win32/ftransl/ftransl.cxx b/dtrans/source/win32/ftransl/ftransl.cxx
index c395d4e70e31..9eec3d23742a 100644
--- a/dtrans/source/win32/ftransl/ftransl.cxx
+++ b/dtrans/source/win32/ftransl/ftransl.cxx
@@ -43,7 +43,6 @@
#define CPPUTYPE_DEFAULT CPPUTYPE_SEQSALINT8
#define CPPUTYPE_OUSTR cppu::UnoType<OUString>::get()
#define CPPUTYPE_SALINT32 cppu::UnoType<sal_Int32>::get()
-#define EMPTY_OUSTR OUString()
const OUString Windows_FormatName ("windows_formatname");
const css::uno::Type CppuType_ByteSequence = cppu::UnoType<css::uno::Sequence<sal_Int8>>::get();
@@ -528,7 +527,7 @@ DataFlavor SAL_CALL CDataFormatTranslatorUNO::getDataFlavorFromSystemDataType( c
{
OSL_PRECOND( aSysDataType.hasValue( ), "Empty system data type delivered" );
- DataFlavor aFlavor = mkDataFlv( EMPTY_OUSTR, EMPTY_OUSTR, CPPUTYPE_SEQSALINT8 );
+ DataFlavor aFlavor = mkDataFlv( OUString(), OUString(), CPPUTYPE_SEQSALINT8 );
if ( aSysDataType.getValueType( ) == CPPUTYPE_SALINT32 )
{
2013-02-24some more external check work on configure.acBjoern Michaelsen 2013-02-20m4: replace silly makefile modelinesMichael Stahl 2013-02-20configure: fix WPD/WPS/WPG when no explicit option given:Michael Stahl 2013-02-19Re-Revert "simplify external module check with macro" modulo expat/cluceneBjoern Michaelsen 2013-02-19Revert "simplify external module check with macro"Fridrich Štrba 2013-02-19simplify external module check with macroBjoern Michaelsen 2013-02-18simplify extension logic in configureBjoern Michaelsen 2013-01-02use MINGW_SYSROOT consistentlyLuboš Luňák 2012-12-31configure only looks in $MINGW_SYSROOTDavid Tardon 2012-11-23fdo#55435 orcus needs Boost.System with recent BoostDavid Tardon 2012-11-05cleanup README files.Michael Meeks 2012-11-05add a README filesAlia Almusaireae 2012-06-13better test for system boost date_time libDavid Tardon 2012-06-06Revert "add configure check for date_time lib"Jan Holesovsky 2012-06-05add configure check for date_time libDavid Tardon 2012-05-01fdo#47584 add yet another MinGW dll filename patternAndras Timar 2012-03-18mingw: avoid hardcoded dll versions and depsDavid Tardon 2012-02-21allow to pass default dll listDavid Tardon 2012-02-20expect sed has already been detectedDavid Tardon 2012-02-17add macro for extracting mingw dll names from libtool filesDavid Tardon 2010-11-30building rawbuild on mac should not depend on pkg-config being installedNorbert Thiebaud