summaryrefslogtreecommitdiff
path: root/framework/inc/classes
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-04-29 17:05:47 +0200
committerMichael Stahl <mst@openoffice.org>2010-04-29 17:05:47 +0200
commit53c343ce49df7b1f34edd90dd5b4f75227c6171e (patch)
tree18e1f088d282603ddfa0ab266d8a00d31ff33b90 /framework/inc/classes
parent7c142871bc30b788fa350ee419f61bfdded1a14c (diff)
gnumake2: apple gcc does not like DLLPUBLIC forward delcarations
Diffstat (limited to 'framework/inc/classes')
-rw-r--r--framework/inc/classes/protocolhandlercache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx
index ca54360c626a..ffdcaa1f253b 100644
--- a/framework/inc/classes/protocolhandlercache.hxx
+++ b/framework/inc/classes/protocolhandlercache.hxx
@@ -133,7 +133,7 @@ typedef BaseHash< ProtocolHandler > HandlerHash;
@modified 30.04.2002 11:19, as96863
*/
-class FWI_DLLPUBLIC HandlerCFGAccess;
+class HandlerCFGAccess;
class FWI_DLLPUBLIC HandlerCache
{
/* member */