summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/view.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-10-12 16:49:40 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-10-12 16:56:54 +0200
commit21d10c6f3266d4fac9c91f9d0fab529a6841b39e (patch)
treed4436c5d48e16d81518906f5337bd16ae1dec823 /sw/source/ui/inc/view.hxx
parentremove unused function (diff)
downloadcore-21d10c6f3266d4fac9c91f9d0fab529a6841b39e.tar.gz
core-21d10c6f3266d4fac9c91f9d0fab529a6841b39e.zip
mark lcl_ functions static or rename them if they are not local at all
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I21e12d6a4dfb9697d2346a4e564e96af0ad03f96
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r--sw/source/ui/inc/view.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index 5aa8086f13c1..2a5cc3a4165e 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -159,9 +159,6 @@ struct SwApplyTemplate
--------------------------------------------------------------------*/
class SW_DLLPUBLIC SwView: public SfxViewShell
{
- // exhibition hack (MA,MBA)
- friend void lcl_SelectShellForDrop( SwView &rView );
-
friend class SwHHCWrapper;
friend class SwHyphWrapper;
friend class SwView_Impl;
@@ -657,6 +654,9 @@ public:
SwPostItMgr* GetPostItMgr() { return mpPostItMgr;}
const SwPostItMgr* GetPostItMgr() const { return mpPostItMgr;}
+
+ // exhibition hack (MA,MBA)
+ void SelectShellForDrop();
};
// ----------------- inline Methoden ----------------------