diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2010-11-14 02:05:55 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2010-11-14 03:38:42 +0100 |
commit | 9a5dda7b01638919dda3093f77135e5d5584d191 (patch) | |
tree | 4e30888b0cc202d8c103efd5ced7f9f8ebd2d6d7 /sw/inc | |
parent | d53b289cd7dc817cdb069005437851353b35448f (diff) |
RTF: port last changes from CWS
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/ring.hxx | 3 | ||||
-rw-r--r-- | sw/inc/unoframe.hxx | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/ring.hxx b/sw/inc/ring.hxx index 6c99b0f2ae21..8637f4d43cd3 100644 --- a/sw/inc/ring.hxx +++ b/sw/inc/ring.hxx @@ -28,9 +28,10 @@ #ifndef _RING_HXX #define _RING_HXX +#include <swdllapi.h> #include <swtypes.hxx> -class Ring +class SW_DLLPUBLIC Ring { Ring *pNext; Ring* pPrev; // zur Optimierung, damit das ein/ausketten schneller geht! diff --git a/sw/inc/unoframe.hxx b/sw/inc/unoframe.hxx index 419fb766306c..f0cfa979c0ca 100644 --- a/sw/inc/unoframe.hxx +++ b/sw/inc/unoframe.hxx @@ -159,7 +159,7 @@ public: void ResetDescriptor(); //copy text from a given source PaM void SetSelection(SwPaM& rCopySource); - static SdrObject *GetOrCreateSdrObject( SwFlyFrmFmt *pFmt ); + static SW_DLLPUBLIC SdrObject *GetOrCreateSdrObject( SwFlyFrmFmt *pFmt ); }; typedef cppu::WeakImplHelper3 |