summaryrefslogtreecommitdiff
path: root/svl/source/filepicker/pickerhistory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/filepicker/pickerhistory.cxx')
-rw-r--r--svl/source/filepicker/pickerhistory.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svl/source/filepicker/pickerhistory.cxx b/svl/source/filepicker/pickerhistory.cxx
index 0ccbaa94d6bc..d4cc79dbb125 100644
--- a/svl/source/filepicker/pickerhistory.cxx
+++ b/svl/source/filepicker/pickerhistory.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,8 +41,8 @@ namespace svt
namespace
{
- typedef ::com::sun::star::uno::WeakReference< XInterface > InterfaceAdapter;
- typedef ::std::vector< InterfaceAdapter > InterfaceArray;
+ typedef ::com::sun::star::uno::WeakReference< XInterface > InterfaceAdapter;
+ typedef ::std::vector< InterfaceAdapter > InterfaceArray;
// ----------------------------------------------------------------
InterfaceArray& getFolderPickerHistory()
@@ -68,7 +68,7 @@ namespace svt
// first, check which of the objects we hold in s_aHistory can be removed
{
InterfaceArray aCleanedHistory;
- for ( InterfaceArray::const_iterator aLoop = _rHistory.begin();
+ for ( InterfaceArray::const_iterator aLoop = _rHistory.begin();
aLoop != _rHistory.end();
++aLoop
)
@@ -97,7 +97,7 @@ namespace svt
//=============================================================
// search the first picker which is still alive ...
- for ( InterfaceArray::const_reverse_iterator aLoop = _rHistory.rbegin();
+ for ( InterfaceArray::const_reverse_iterator aLoop = _rHistory.rbegin();
( aLoop != _rHistory.rend() ) && !xTopMostAlive.is();
++aLoop
)
@@ -134,7 +134,7 @@ namespace svt
}
//.........................................................................
-} // namespace svt
+} // namespace svt
//.........................................................................
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */