Kaydet (Commit) 7bd1e6bb authored tarafından Noel Grandin's avatar Noel Grandin

fix windows build after my OUString changes

missed a chunk inside an #if defined(WNT) block

Change-Id: I8c49d2c92f77471e8d0c7c46491f6faba7fbc677
üst 51135450
...@@ -1920,7 +1920,7 @@ void FileDialogHelper_Impl::addGraphicFilter() ...@@ -1920,7 +1920,7 @@ void FileDialogHelper_Impl::addGraphicFilter()
} }
#if defined(WNT) #if defined(WNT)
if ( aExtensions.Len() > 240 ) if ( aExtensions.getLength() > 240 )
aExtensions = FILEDIALOG_FILTER_ALL; aExtensions = FILEDIALOG_FILTER_ALL;
#endif #endif
sal_Bool bIsInOpenMode = isInOpenMode(); sal_Bool bIsInOpenMode = isInOpenMode();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment