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/unoframe.hxx | |
parent | d53b289cd7dc817cdb069005437851353b35448f (diff) |
RTF: port last changes from CWS
Diffstat (limited to 'sw/inc/unoframe.hxx')
-rw-r--r-- | sw/inc/unoframe.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |