summaryrefslogtreecommitdiff
path: root/sw/inc/swunohelper.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-06-25 16:56:14 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-25 20:13:14 +0200
commit10175932b37e4d09397dc877f0423fdadc3d3918 (patch)
tree0b63227f9641b20f70db44fd9a63ce8a4b735d4b /sw/inc/swunohelper.hxx
parent639e700365a3c647dfc424100dc6958d06836106 (diff)
fix previous commit:
do not call std::vector::vector(size_t). Change-Id: I1e9b7d6acf375f1111f689b5c8ad86d624036301
Diffstat (limited to 'sw/inc/swunohelper.hxx')
-rw-r--r--sw/inc/swunohelper.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/swunohelper.hxx b/sw/inc/swunohelper.hxx
index f49cee9cb1a2..238f8285fbaf 100644
--- a/sw/inc/swunohelper.hxx
+++ b/sw/inc/swunohelper.hxx
@@ -31,7 +31,6 @@
#include <tools/solar.h>
#include <sal/types.h>
#include "swdllapi.h"
-#include <tools/datetime.hxx>
#include <vector>
@@ -42,7 +41,7 @@ namespace com { namespace sun { namespace star {
}}}
class String;
-class SvPtrarr;
+class DateTime;
namespace SWUnoHelper {
@@ -68,7 +67,7 @@ SW_DLLPUBLIC sal_Bool UCB_IsReadOnlyFileName( const String& rURL );
// get a list of files from the folder of the URL
// options: pExtension = 0 -> all, else this specific extension
// pDateTime != 0 -> returns also the modified date/time of
- // the files in a SvPtrarr -->
+ // the files in a vector -->
// !! objects must be deleted from the caller!!
bool UCB_GetFileListOfFolder( const String& rURL,
std::vector<String*>& rList,