summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-07 07:44:06 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-07 07:44:06 +0000
commit9985efac59dd7219530ca709c211d6219002f491 (patch)
tree82c6d388243a9a00ba5f5ad47f10c7fbfdc4dcd8 /fpicker
parent3ee0f56ee6427f1b0432a01a7c73356b1d99cc75 (diff)
INTEGRATION: CWS supdremove (1.12.14); FILE MERGED
2007/11/16 10:23:56 vg 1.12.14.1: #i83674# cleanup: remove obsolete SUPD macro use
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/OfficeFilePicker.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.cxx b/fpicker/source/office/OfficeFilePicker.cxx
index f2e913b509e8..d52da919b522 100644
--- a/fpicker/source/office/OfficeFilePicker.cxx
+++ b/fpicker/source/office/OfficeFilePicker.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: OfficeFilePicker.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: ihi $ $Date: 2007-11-19 16:23:58 $
+ * last change: $Author: obo $ $Date: 2008-01-07 08:44:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -326,13 +326,11 @@ WinBits SvtFilePicker::getWinBits( WinBits& rExtraBits )
{
nBits = WB_SAVEAS;
}
-#if SUPD>639
else if ( m_nServiceType == TemplateDescription::FILESAVE_AUTOEXTENSION )
{
nBits = WB_SAVEAS;
rExtraBits = SFX_EXTRA_AUTOEXTENSION;
}
-#endif
else if ( m_nServiceType == TemplateDescription::FILESAVE_AUTOEXTENSION_PASSWORD )
{
nBits = WB_SAVEAS | SFXWB_PASSWORD;