summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-09-28 23:25:33 +0300
committerTor Lillqvist <tml@iki.fi>2011-09-28 23:50:09 +0300
commitcf7c983126b469568792e40aabf44f161a04f266 (patch)
tree7c9cfc7dd019137613e331bfcf193e20c378cdc3 /sfx2
parent0f862a7432737d16056270cf8fbc29478f988f7d (diff)
Mark SfxStandaloneDocumentInfoObject as SAL_DLLPRIVATE
Fixes warnings 'SfxStandaloneDocumentInfoObject' declared with greater visibility than the type of its field 'SfxStandaloneDocumentInfoObject::<anonymous>' and 'SfxStandaloneDocumentInfoObject' declared with greater visibility than its base 'SfxDocumentInfoO\ bject'.
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/inc/sfx2/objuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/objuno.hxx b/sfx2/inc/sfx2/objuno.hxx
index 1c7a63998c03..5161233a56db 100644
--- a/sfx2/inc/sfx2/objuno.hxx
+++ b/sfx2/inc/sfx2/objuno.hxx
@@ -163,7 +163,7 @@ public:
const SfxDocumentInfoObject& operator=( const SfxDocumentInfoObject & rOther);
};
-class SfxStandaloneDocumentInfoObject: public SfxDocumentInfoObject,
+class SAL_DLLPRIVATE SfxStandaloneDocumentInfoObject: public SfxDocumentInfoObject,
public ::com::sun::star::lang::XServiceInfo,
public ::com::sun::star::document::XStandaloneDocumentInfo
{