summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-12 08:28:58 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-13 10:10:39 +0200
commit51f4c781c3c9fd33421ff94a898dadafacd2549a (patch)
treebdc0c8ff12fa30871ff475d956f1cbecda886755 /fpicker
parent226fbf44ebc12b2e0e377457227a922a3f95183e (diff)
warning C4189: local variable is initialized but not referenced
Change-Id: I941898ecbd8f3c73d39878390cdcb89119a3bbaf
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx b/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx
index 22a5b9dc44db..ee1c0b07da9c 100644
--- a/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx
+++ b/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx
@@ -106,8 +106,6 @@ OUString lcl_getURLFromShellItem (IShellItem* pItem)
::std::vector< COMDLG_FILTERSPEC > lcl_buildFilterList(CFilterContainer& rContainer)
{
- const sal_Int32 c = rContainer.numFilter();
- sal_Int32 i = 0;
::std::vector< COMDLG_FILTERSPEC > lList ;
CFilterContainer::FILTER_ENTRY_T aFilter;
@@ -1101,7 +1099,6 @@ void VistaFilePickerImpl::impl_sta_SetControlValue(const RequestRef& rRequest)
void VistaFilePickerImpl::impl_sta_GetControlValue(const RequestRef& rRequest)
{
::sal_Int16 nId = rRequest->getArgumentOrDefault(PROP_CONTROL_ID , INVALID_CONTROL_ID );
- ::sal_Int16 nAction = rRequest->getArgumentOrDefault(PROP_CONTROL_ACTION, INVALID_CONTROL_ACTION);
// dont check for right values here ...
// most parameters are optional !