fpicker/source/aqua/SalAquaPicker.mm |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit fdc2333daa4afc44f33ebba4e06ef79c2eb52437
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Wed Oct 27 12:53:14 2021 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Wed Oct 27 13:15:11 2021 +0200

    Remove line that has been commented out since 2008
    
    Change-Id: I4dc8b6c4e324a0b2ec2d3dba25cc322e0fbefa6c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124263
    Tested-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

diff --git a/fpicker/source/aqua/SalAquaPicker.mm 
b/fpicker/source/aqua/SalAquaPicker.mm
index 5011c194db15..c2cf497f5771 100644
--- a/fpicker/source/aqua/SalAquaPicker.mm
+++ b/fpicker/source/aqua/SalAquaPicker.mm
@@ -158,7 +158,6 @@ int SalAquaPicker::run()
             [m_pDialog setNameFieldStringValue:[NSString 
stringWithOUString:static_cast<SalAquaFilePicker*>(this)->getSaveFileName()]];
             retVal = [m_pDialog runModal];
             break;
-        // [m_pDialog beginSheetForDirectory:startDirectory file:[m_pDialog 
saveFilename] modalForWindow:[NSApp keyWindow] 
modalDelegate:((SalAquaFilePicker*)this)->getDelegate() 
didEndSelector:@selector(savePanelDidEnd:returnCode:contextInfo:) 
contextInfo:nil];
         default:
             break;
     }

Reply via email to