diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-12 17:00:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-12 17:02:14 +0100 |
commit | 20c0339311df0a14229c2786ecf6440bd8c1fd61 (patch) | |
tree | 52419d01d41fe1fe5e296ddc4a76e67646e9131b | |
parent | fa694a21b806ed7837c1337ec49a4b299c478393 (diff) |
WaE: SW_DLLPUBLIC on static function doesn't make sense
Change-Id: I9a7881d0e114dc38a6cb461b04e971ae23da9543
-rw-r--r-- | sw/source/core/doc/dbgoutsw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/dbgoutsw.cxx b/sw/source/core/doc/dbgoutsw.cxx index 334ee88f48ea..8ccb8e876073 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; |