summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/SpellDialogChildWindow.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:20:00 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:09 +0200
commited6b8a100c1aabb342573f252509573bbe124d29 (patch)
tree35874493d9470202b3221aa2a1666b6647494242 /sd/source/ui/dlg/SpellDialogChildWindow.cxx
parent78f6407978aa48c3cbb116bc281940dbf1f2dcbc (diff)
remove whitespaces
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
Diffstat (limited to 'sd/source/ui/dlg/SpellDialogChildWindow.cxx')
-rw-r--r--sd/source/ui/dlg/SpellDialogChildWindow.cxx32
1 files changed, 0 insertions, 32 deletions
diff --git a/sd/source/ui/dlg/SpellDialogChildWindow.cxx b/sd/source/ui/dlg/SpellDialogChildWindow.cxx
index 8487e98c1c97..010aa4bac5ac 100644
--- a/sd/source/ui/dlg/SpellDialogChildWindow.cxx
+++ b/sd/source/ui/dlg/SpellDialogChildWindow.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "SpellDialogChildWindow.hxx"
#include <svx/svxids.hrc>
#include <sfx2/app.hxx>
@@ -36,7 +35,6 @@ SFX_IMPL_CHILDWINDOW_WITHID(SpellDialogChildWindow, SID_SPELL_DIALOG)
#include <Outliner.hxx>
#include "drawdoc.hxx"
-
namespace sd {
SpellDialogChildWindow::SpellDialogChildWindow (
@@ -51,9 +49,6 @@ SpellDialogChildWindow::SpellDialogChildWindow (
ProvideOutliner();
}
-
-
-
SpellDialogChildWindow::~SpellDialogChildWindow (void)
{
if (mpSdOutliner != NULL)
@@ -63,29 +58,16 @@ SpellDialogChildWindow::~SpellDialogChildWindow (void)
delete mpSdOutliner;
}
-
-
-
-
-
-
-
SfxChildWinInfo SpellDialogChildWindow::GetInfo (void) const
{
return ::svx::SpellDialogChildWindow::GetInfo();
}
-
-
-
void SpellDialogChildWindow::InvalidateSpellDialog (void)
{
::svx::SpellDialogChildWindow::InvalidateSpellDialog();
}
-
-
-
::svx::SpellPortions SpellDialogChildWindow::GetNextWrongSentence( bool /*bRecheck*/ )
{
::svx::SpellPortions aResult;
@@ -111,9 +93,6 @@ void SpellDialogChildWindow::InvalidateSpellDialog (void)
return aResult;
}
-
-
-
void SpellDialogChildWindow::ApplyChangedSentence (
const ::svx::SpellPortions& rChanged, bool bRecheck )
{
@@ -127,9 +106,6 @@ void SpellDialogChildWindow::ApplyChangedSentence (
}
}
-
-
-
void SpellDialogChildWindow::GetFocus (void)
{
// In order to detect a cursor movement we could compare the
@@ -139,16 +115,10 @@ void SpellDialogChildWindow::GetFocus (void)
// in the SdOutliner class.
}
-
-
-
void SpellDialogChildWindow::LoseFocus()
{
}
-
-
-
void SpellDialogChildWindow::ProvideOutliner (void)
{
ViewShellBase* pViewShellBase = PTR_CAST (ViewShellBase, SfxViewShell::Current());
@@ -198,8 +168,6 @@ void SpellDialogChildWindow::ProvideOutliner (void)
}
}
-
-
} // end of namespace ::sd
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */