summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 12:56:30 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 12:56:30 +0000
commitf1bc5311f11f53a2a8d4aa940faeb30c3454664a (patch)
treec2a71fc76e992d3cb8da1b1b5553256450fc5282 /tools
parent31011bf56d5015c1c8e5a6d1aaecceaac7d1e5aa (diff)
INTEGRATION: CWS hr51 (1.3.16); FILE MERGED
2008/06/06 14:13:37 hr 1.3.16.1: #i88947#: includes; namespaces
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/fsys.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx
index 0ce063e1fc91..2b74cf3fce80 100644
--- a/tools/inc/tools/fsys.hxx
+++ b/tools/inc/tools/fsys.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: fsys.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -40,6 +40,8 @@
#endif
#include "tools/toolsdllapi.h"
+#include <cstdarg>
+
#define FEAT_FSYS_DOUBLESPEED
// --------------
@@ -470,7 +472,7 @@ private:
TOOLS_DLLPRIVATE Dir& operator=( const Dir& ); // not allowed
#ifdef _DIR_CXX
- TOOLS_DLLPRIVATE FSysError ImpSetSort( va_list pArgs, FSysSort nSort );
+ TOOLS_DLLPRIVATE FSysError ImpSetSort( std::va_list pArgs, FSysSort nSort );
TOOLS_DLLPRIVATE void Construct( DirEntryKind nKind = FSYS_KIND_DIR|FSYS_KIND_FILE );
#endif