Kaydet (Commit) a846982f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: Icf15313f5bcacbe9c7efa0b4161929dbb3e39c1e
üst c91feb2f
......@@ -149,7 +149,6 @@ VistaFilePickerImpl::VistaFilePickerImpl()
, m_iDialogSave ()
, m_hLastResult ()
, m_lFilters ()
, m_lLastFiles ()
, m_iEventHandler(new VistaFilePickerEventHandler(this))
, m_bInExecute (sal_False)
, m_bWasExecuted (sal_False)
......
......@@ -45,9 +45,6 @@
#include "IVistaFilePickerInternalNotify.hxx"
#include "../misc/resourceprovider.hxx"
#include <com/sun/star/uno/Sequence.hxx>
#include <comphelper/sequenceashashmap.hxx>
#include <cppuhelper/interfacecontainer.h>
#include <cppuhelper/basemutex.hxx>
#include <osl/thread.hxx>
......@@ -302,15 +299,6 @@ class VistaFilePickerImpl : private ::cppu::BaseMutex
CFilterContainer m_lFilters;
/** cache last selected list of files
* Because those list must be retrieved directly after closing the dialog
* (and only in case it was finished successfully) we cache it internally.
* Because the outside provided UNO API decouple showing the dialog
* and asking for results .-)
*/
css::uno::Sequence< OUString > m_lLastFiles;
/** help us to handle dialog events and provide them to interested office
* listener.
*/
......
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