summaryrefslogtreecommitdiff
path: root/sw/source/ui/wrtsh/wrtsh2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/wrtsh/wrtsh2.cxx')
-rw-r--r--sw/source/ui/wrtsh/wrtsh2.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/wrtsh/wrtsh2.cxx b/sw/source/ui/wrtsh/wrtsh2.cxx
index d29aac7dfc5a..1634d1dae0b6 100644
--- a/sw/source/ui/wrtsh/wrtsh2.cxx
+++ b/sw/source/ui/wrtsh/wrtsh2.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <hintids.hxx>
#include <svl/macitem.hxx>
#include <sfx2/frame.hxx>
@@ -276,7 +275,6 @@ sal_Bool SwWrtShell::UpdateTableOf(const SwTOXBase& rTOX, const SfxItemSet* pSet
// handler for click on the field given as parameter.
// the cursor is positioned on the field.
-
void SwWrtShell::ClickToField( const SwField& rFld )
{
// cross reference field must not be selected because it moves the cursor
@@ -422,7 +420,6 @@ bool SwWrtShell::ClickToINetGrf( const Point& rDocPt, sal_uInt16 nFilter )
return bRet;
}
-
void LoadURL( SwViewShell& rVSh, const OUString& rURL, sal_uInt16 nFilter,
const OUString& rTargetFrameName )
{
@@ -542,5 +539,4 @@ void SwWrtShell::NavigatorPaste( const NaviContentBookmark& rBkmk,
}
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */