No changes, just removed hard tabs and trailing white space.
This commit is huge but there are no non-white-space changes in it. Some files containing third-party sources (src/msw/wince/time.cpp, src/x11/pango*.cpp) were left unchanged. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
// For compilers that support precompilation, includes "wx.h".
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
#if wxUSE_FILEDLG
|
||||
#if wxUSE_FILEDLG
|
||||
|
||||
#include "wx/filedlg.h"
|
||||
|
||||
@@ -320,8 +320,8 @@ int wxFileDialog::ShowModal()
|
||||
return wxDialog::ShowModal();
|
||||
}
|
||||
|
||||
void wxFileDialog::DoSetSize(int WXUNUSED(x), int WXUNUSED(y),
|
||||
int WXUNUSED(width), int WXUNUSED(height),
|
||||
void wxFileDialog::DoSetSize(int WXUNUSED(x), int WXUNUSED(y),
|
||||
int WXUNUSED(width), int WXUNUSED(height),
|
||||
int WXUNUSED(sizeFlags))
|
||||
{
|
||||
}
|
||||
@@ -335,7 +335,7 @@ void wxFileDialog::OnSize(wxSizeEvent&)
|
||||
wxString wxFileDialog::GetPath() const
|
||||
{
|
||||
wxFileName fn = m_fc.GetPath();
|
||||
|
||||
|
||||
if (HasFdFlag(wxFD_SAVE))
|
||||
{
|
||||
// add extension
|
||||
@@ -411,4 +411,4 @@ int wxFileDialog::GetFilterIndex() const
|
||||
return m_fc.GetFilterIndex();
|
||||
}
|
||||
|
||||
#endif // wxUSE_FILEDLG
|
||||
#endif // wxUSE_FILEDLG
|
||||
|
Reference in New Issue
Block a user