diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-03-31 15:29:11 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-03-31 15:39:53 +0200 |
commit | ebf960960a69c1edb5da1994c330ddddbecac44d (patch) | |
tree | e9ca19ec0f182e2a81b2b4e9b297dce6602afe12 /sw/inc | |
parent | c7837b8caad61b8c0dfd3704a133cdeaffd69b06 (diff) |
sw: put getSvx* and setSvx* to a namespace, now that these are public
Change-Id: Iea2f6af83382608e4a36dd2e5803cbb936b78058
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unobrushitemhelper.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/unobrushitemhelper.hxx b/sw/inc/unobrushitemhelper.hxx index fa66383575b4..9de560451b2d 100644 --- a/sw/inc/unobrushitemhelper.hxx +++ b/sw/inc/unobrushitemhelper.hxx @@ -23,10 +23,14 @@ #include <swdllapi.h> #include <editeng/brushitem.hxx> +namespace sw { + //UUUU helper function definintions for UNO API fallbacks to replace SvxBrushItem void setSvxBrushItemAsFillAttributesToTargetSet(const SvxBrushItem& rBrush, SfxItemSet& rToSet); SW_DLLPUBLIC SvxBrushItem getSvxBrushItemFromSourceSet(const SfxItemSet& rSourceSet, sal_Bool bSearchInParents = sal_True); +} // namespace sw + #endif // _UNOBRUSHITEMHELPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |