summaryrefslogtreecommitdiff
path: root/sw/inc/swmodule.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-08-10 09:16:22 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-08-10 09:17:13 +0200
commit31937624e359803d2db8c12a805ec1a5c9d0fe30 (patch)
tree7d0147ecfffdda8b7ae4dd7a1a7dbf25bee3bfc6 /sw/inc/swmodule.hxx
parentd48d0e81971266ff4625721b0f069a62ec7014e2 (diff)
sw: make these available outside sw core
Change-Id: Id5c4c65369c713d8fd7ba45acf55a65c0a05bb0e
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r--sw/inc/swmodule.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx
index f6bdea0d22d9..35d58c62c98b 100644
--- a/sw/inc/swmodule.hxx
+++ b/sw/inc/swmodule.hxx
@@ -258,6 +258,11 @@ inline ::com::sun::star::uno::Reference<
SW_DLLPUBLIC SwView* GetActiveView();
SW_DLLPUBLIC SwWrtShell* GetActiveWrtShell();
+namespace sw
+{
+SW_DLLPUBLIC Color* GetActiveRetoucheColor();
+}
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */