summaryrefslogtreecommitdiff
path: root/svx/source/form/navigatortree.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/navigatortree.cxx')
-rw-r--r--svx/source/form/navigatortree.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx
index 29d6d8711e86..e7a628b715cf 100644
--- a/svx/source/form/navigatortree.cxx
+++ b/svx/source/form/navigatortree.cxx
@@ -1362,7 +1362,6 @@ namespace svxform
}
-
// insert form
GetNavModel()->Insert( pNewFormData, TREELIST_APPEND, true );
@@ -1548,7 +1547,6 @@ namespace svxform
}
-
IMPL_LINK_NOARG_TYPED(NavigatorTree, OnClipboardAction, OLocalExchange&, void)
{
if ( !m_aControlExchange.isClipboardOwner() )
@@ -2178,5 +2176,4 @@ namespace svxform
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */