From cd7d5fa675bb42e9f06289f2320c5461c66deb9e Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 24 Jan 2011 17:17:03 +0100 Subject: Remove FS_PRIV_DEBUG directive. --- fpicker/source/office/iodlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpicker') diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index 75d1fb1a6941..0b8d9c2f0a9f 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -1048,7 +1048,7 @@ IMPL_STATIC_LINK( SvtFileDialog, OpenHdl_Impl, void*, pVoid ) return 0; } -#if defined( UNX ) || defined( FS_PRIV_DEBUG ) +#if defined( UNX ) if ( ( 1 == aText.Len() ) && ( '~' == aText.GetBuffer()[0] ) ) { // go to the home directory -- cgit