summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/misc')
-rw-r--r--sw/source/ui/misc/bookmark.cxx2
-rw-r--r--sw/source/ui/misc/docfnote.cxx14
-rw-r--r--sw/source/ui/misc/glosdoc.cxx2
-rw-r--r--sw/source/ui/misc/glshell.cxx1
-rw-r--r--sw/source/ui/misc/impfnote.hxx3
-rw-r--r--sw/source/ui/misc/num.cxx1
-rw-r--r--sw/source/ui/misc/numberingtypelistbox.cxx1
-rw-r--r--sw/source/ui/misc/pgfnote.cxx3
-rw-r--r--sw/source/ui/misc/redlndlg.cxx2
-rw-r--r--sw/source/ui/misc/swruler.cxx1
10 files changed, 0 insertions, 30 deletions
diff --git a/sw/source/ui/misc/bookmark.cxx b/sw/source/ui/misc/bookmark.cxx
index c242903023d1..0367f40b75a5 100644
--- a/sw/source/ui/misc/bookmark.cxx
+++ b/sw/source/ui/misc/bookmark.cxx
@@ -22,7 +22,6 @@
#include <svl/stritem.hxx>
#include <vcl/msgbox.hxx>
-
#include "view.hxx"
#include "basesh.hxx"
#include "wrtsh.hxx"
@@ -58,7 +57,6 @@ IMPL_LINK( SwInsertBookmarkDlg, ModifyHdl, BookmarkCombo *, pBox )
InfoBox(this, sWarning).Execute();
}
-
}
m_pOkBtn->Enable(!bSelEntries); // new text mark
diff --git a/sw/source/ui/misc/docfnote.cxx b/sw/source/ui/misc/docfnote.cxx
index f6e888b7b7ba..7c8ee93a2e22 100644
--- a/sw/source/ui/misc/docfnote.cxx
+++ b/sw/source/ui/misc/docfnote.cxx
@@ -68,10 +68,6 @@ IMPL_LINK( SwFootNoteOptionDlg, OkHdl, Button *, pBtn )
return 0;
}
-
-
-
-
SwEndNoteOptionPage::SwEndNoteOptionPage(Window *pParent, bool bEN,
const SfxItemSet &rSet)
: SfxTabPage(pParent,
@@ -255,8 +251,6 @@ void SwEndNoteOptionPage::SelectNumbering(int eNum)
NumCountHdl(m_pNumCountBox);
}
-
-
int SwEndNoteOptionPage::GetNumbering() const
{
const sal_uInt16 nPos = m_pNumCountBox->GetSelectEntryPos();
@@ -281,7 +275,6 @@ void SwEndNoteOptionPage::SetShell( SwWrtShell &rShell )
page. In this case all kinds of numbering can be used.
------------------------------------------------------------------------*/
-
IMPL_LINK_NOARG(SwEndNoteOptionPage, PosPageHdl)
{
const SwFtnNum eNum = (const SwFtnNum)GetNumbering();
@@ -317,7 +310,6 @@ IMPL_LINK_NOARG(SwEndNoteOptionPage, NumCountHdl)
numbering can be used.
------------------------------------------------------------------------*/
-
IMPL_LINK_NOARG_INLINE_START(SwEndNoteOptionPage, PosChapterHdl)
{
if ( !bPosDoc )
@@ -418,10 +410,4 @@ SfxTabPage *SwFootNoteOptionPage::Create(Window *pParent, const SfxItemSet &rSet
return new SwFootNoteOptionPage( pParent, rSet );
}
-
-
-
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/ui/misc/glosdoc.cxx b/sw/source/ui/misc/glosdoc.cxx
index 34b98d15c8d1..4236067c95a8 100644
--- a/sw/source/ui/misc/glosdoc.cxx
+++ b/sw/source/ui/misc/glosdoc.cxx
@@ -17,14 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <algorithm>
#include <com/sun/star/container/XNamed.hpp>
#include <unotools/transliterationwrapper.hxx>
-
#ifndef __RSC //autogen
#include <tools/errinf.hxx>
#endif
diff --git a/sw/source/ui/misc/glshell.cxx b/sw/source/ui/misc/glshell.cxx
index 6614161eca54..c3776ceb852a 100644
--- a/sw/source/ui/misc/glshell.cxx
+++ b/sw/source/ui/misc/glshell.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <com/sun/star/frame/XTitle.hpp>
#include <svl/eitem.hxx>
diff --git a/sw/source/ui/misc/impfnote.hxx b/sw/source/ui/misc/impfnote.hxx
index ad9dfc90b04f..fab6f1749104 100644
--- a/sw/source/ui/misc/impfnote.hxx
+++ b/sw/source/ui/misc/impfnote.hxx
@@ -66,7 +66,6 @@ class SwEndNoteOptionPage : public SfxTabPage
DECL_LINK(PosChapterHdl, void *);
DECL_LINK(NumCountHdl, void *);
-
public:
SwEndNoteOptionPage( Window *pParent, bool bEndNote,
const SfxItemSet &rSet );
@@ -88,8 +87,6 @@ public:
static SfxTabPage *Create(Window *pParent, const SfxItemSet &rSet);
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/ui/misc/num.cxx b/sw/source/ui/misc/num.cxx
index b66e726d2546..376c600fdee9 100644
--- a/sw/source/ui/misc/num.cxx
+++ b/sw/source/ui/misc/num.cxx
@@ -104,7 +104,6 @@ SwNumPositionTabPage::SwNumPositionTabPage(Window* pParent,
m_pStandardPB->SetAccessibleRelationMemberOf(m_pPositionFrame->get_label_widget());
-
m_pRelativeCB->Check();
m_pAlignLB->SetSelectHdl(LINK(this, SwNumPositionTabPage, EditModifyHdl));
m_pAlign2LB->SetSelectHdl(LINK(this, SwNumPositionTabPage, EditModifyHdl));
diff --git a/sw/source/ui/misc/numberingtypelistbox.cxx b/sw/source/ui/misc/numberingtypelistbox.cxx
index 79162c16f8aa..abf041025090 100644
--- a/sw/source/ui/misc/numberingtypelistbox.cxx
+++ b/sw/source/ui/misc/numberingtypelistbox.cxx
@@ -30,7 +30,6 @@
using namespace com::sun::star;
-
struct SwNumberingTypeListBox_Impl
{
uno::Reference<text::XNumberingTypeInfo> xInfo;
diff --git a/sw/source/ui/misc/pgfnote.cxx b/sw/source/ui/misc/pgfnote.cxx
index 15a0e8e39183..372b6526b2da 100644
--- a/sw/source/ui/misc/pgfnote.cxx
+++ b/sw/source/ui/misc/pgfnote.cxx
@@ -41,7 +41,6 @@
#include <globals.hrc>
#include <misc.hrc>
-
using namespace ::com::sun::star;
static sal_uInt16 aPageRg[] = {
@@ -60,7 +59,6 @@ IMPL_LINK_NOARG_INLINE_START(SwFootNotePage, HeightPage)
}
IMPL_LINK_NOARG_INLINE_END(SwFootNotePage, HeightPage)
-
IMPL_LINK_NOARG_INLINE_START(SwFootNotePage, HeightMetric)
{
m_pMaxHeightEdit->Enable();
@@ -242,7 +240,6 @@ void SwFootNotePage::Reset(const SfxItemSet &rSet)
m_pLineColorBox->SelectEntryPos( nSelPos );
m_pLineTypeBox->SetColor( pFtnInfo->GetLineColor() );
-
// position
m_pLinePosBox->SelectEntryPos( static_cast< sal_uInt16 >(pFtnInfo->GetAdj()) );
diff --git a/sw/source/ui/misc/redlndlg.cxx b/sw/source/ui/misc/redlndlg.cxx
index 9feb5670c7ee..f6ceee69026d 100644
--- a/sw/source/ui/misc/redlndlg.cxx
+++ b/sw/source/ui/misc/redlndlg.cxx
@@ -1056,7 +1056,6 @@ IMPL_LINK_NOARG(SwRedlineAcceptDlg, CommandHdl)
const SwRangeRedline &rRedline = pSh->GetRedline(nPos);
-
/* enable again once we have redline comments in the margin
sComment = rRedline.GetComment();
if ( !sComment.Len() )
@@ -1208,5 +1207,4 @@ void SwRedlineAcceptDlg::FillInfo(OUString &rExtraData) const
rExtraData += ")";
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/ui/misc/swruler.cxx b/sw/source/ui/misc/swruler.cxx
index 2063af43f5b2..1ba770fd6a42 100644
--- a/sw/source/ui/misc/swruler.cxx
+++ b/sw/source/ui/misc/swruler.cxx
@@ -62,7 +62,6 @@ void SwCommentRuler::Paint( const Rectangle& rRect )
DrawCommentControl();
}
-
void SwCommentRuler::DrawCommentControl()
{
const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings();