summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 11:28:08 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 11:28:08 +0000
commit1ceeb0cc31950710ba786af8720e0164230b4109 (patch)
tree7b8db49b613af19973dfc657cad7b7ee7a5eac7a /unotools
parented0e2cd7562338d5e17ab548bb97591d9a13a715 (diff)
INTEGRATION: CWS visibility03 (1.4.226); FILE MERGED
2005/02/28 04:33:54 mnicel 1.4.226.1: Issue number: 40092 Part of visibility work
Diffstat (limited to 'unotools')
-rw-r--r--unotools/inc/unotools/tempfile.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/unotools/inc/unotools/tempfile.hxx b/unotools/inc/unotools/tempfile.hxx
index e8ade621000d..5b722489bdb4 100644
--- a/unotools/inc/unotools/tempfile.hxx
+++ b/unotools/inc/unotools/tempfile.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tempfile.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mba $ $Date: 2000-11-02 10:22:45 $
+ * last change: $Author: obo $ $Date: 2005-04-13 12:28:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,10 @@
*
*
************************************************************************/
+#ifndef INCLUDED_UNOTOOLSDLLAPI_H
+#include "unotools/unotoolsdllapi.h"
+#endif
+
#ifndef _UNOTOOLS_TEMPFILE_HXX
#define _UNOTOOLS_TEMPFILE_HXX
@@ -85,7 +89,7 @@ struct TempFile_Impl;
outside this class.
*/
-class TempFile
+class UNOTOOLS_DLLPUBLIC TempFile
{
TempFile_Impl* pImp;
sal_Bool bKillingFileEnabled;