summaryrefslogtreecommitdiff
path: root/sw/inc/unoprnms.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 09:54:36 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 09:54:36 +0000
commit9583ed53ecf65d116fae45292792337587a901f9 (patch)
treeb108d153b556c6efaa54613de64407fd6cc35d1b /sw/inc/unoprnms.hxx
parent5bd8a9782f185861d22f656783ecb76c07f76232 (diff)
INTEGRATION: CWS tune03 (1.93.68); FILE MERGED
2004/08/09 21:20:29 mhu 1.93.68.2: RESYNC: (1.93-1.97); FILE MERGED 2004/07/19 19:10:46 mhu 1.93.68.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/unoprnms.hxx')
-rw-r--r--sw/inc/unoprnms.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx
index 7ddad3c4468a..acf26400ea3d 100644
--- a/sw/inc/unoprnms.hxx
+++ b/sw/inc/unoprnms.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoprnms.hxx,v $
*
- * $Revision: 1.99 $
+ * $Revision: 1.100 $
*
- * last change: $Author: rt $ $Date: 2004-08-23 08:01:31 $
+ * last change: $Author: rt $ $Date: 2004-08-23 10:54:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,6 +69,9 @@
#include <tools/solar.h>
#endif
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
enum SwPropNameIds
{
@@ -776,7 +779,7 @@ extern const SwPropNameTab aPropNameTab;
// !!! listed macros from the swui DLL and that can not access the !!!
// !!! array aPropNameTab which is located in a different DLL. !!!
const SwPropNameLen& GetPropName( USHORT nId );
-
+SW_DLLPUBLIC const SwPropNameLen& SwGetPropName( USHORT nId );
#define SW_PROP_NAME(nId) \
GetPropName( nId ).pName, GetPropName( nId ).nNameLen