Author: hdu
Date: Mon Jan 21 12:35:41 2013
New Revision: 1436307

URL: http://svn.apache.org/viewvc?rev=1436307&view=rev
Log:
also remove symbol-visibility problems in IDocumentMarkAccess.hxx

Modified:
    openoffice/trunk/main/sw/inc/IDocumentMarkAccess.hxx

Modified: openoffice/trunk/main/sw/inc/IDocumentMarkAccess.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/inc/IDocumentMarkAccess.hxx?rev=1436307&r1=1436306&r2=1436307&view=diff
==============================================================================
--- openoffice/trunk/main/sw/inc/IDocumentMarkAccess.hxx (original)
+++ openoffice/trunk/main/sw/inc/IDocumentMarkAccess.hxx Mon Jan 21 12:35:41 
2013
@@ -241,8 +241,8 @@ class IDocumentMarkAccess
         // Returns the MarkType used to create the mark
         static MarkType SAL_DLLPUBLIC_EXPORT GetType(const ::sw::mark::IMark& 
rMark);
 
-        static const ::rtl::OUString& SAL_DLLPUBLIC_EXPORT 
GetCrossRefHeadingBookmarkNamePrefix();
-        static bool SAL_DLLPUBLIC_EXPORT IsLegalPaMForCrossRefHeadingBookmark( 
const SwPaM& );
+        static SAL_DLLPUBLIC_EXPORT const ::rtl::OUString& 
GetCrossRefHeadingBookmarkNamePrefix();
+        static SAL_DLLPUBLIC_EXPORT bool IsLegalPaMForCrossRefHeadingBookmark( 
const SwPaM& );
     protected:
         virtual ~IDocumentMarkAccess() {};
 };


Reply via email to