diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-24 17:17:03 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-28 15:54:35 +0100 |
commit | cd7d5fa675bb42e9f06289f2320c5461c66deb9e (patch) | |
tree | 1fb4aef7f2c2c1531b468ab9314497a22e8517e9 /fpicker/source/office | |
parent | 72dd5529678a7044b4250117b523e299a8a09a92 (diff) |
Remove FS_PRIV_DEBUG directive.
Diffstat (limited to 'fpicker/source/office')
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |