sw/source/core/doc/dbgoutsw.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 20c0339311df0a14229c2786ecf6440bd8c1fd61 Author: Caolán McNamara <caol...@redhat.com> Date: Fri Oct 12 17:00:44 2012 +0100 WaE: SW_DLLPUBLIC on static function doesn't make sense Change-Id: I9a7881d0e114dc38a6cb461b04e971ae23da9543 diff --git a/sw/source/core/doc/dbgoutsw.cxx b/sw/source/core/doc/dbgoutsw.cxx index 334ee88..8ccb8e8 100644 --- a/sw/source/core/doc/dbgoutsw.cxx +++ b/sw/source/core/doc/dbgoutsw.cxx @@ -284,7 +284,7 @@ SW_DLLPUBLIC const char * dbg_out(const SfxPoolItem * pItem) String("(nil)", RTL_TEXTENCODING_ASCII_US)); } -SW_DLLPUBLIC static const String lcl_dbg_out(const SfxItemSet & rSet) +static const String lcl_dbg_out(const SfxItemSet & rSet) { SfxItemIter aIter(rSet); const SfxPoolItem * pItem;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits