summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/optsolver.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:20:47 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:10 +0200
commit37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (patch)
tree060cf0aafda3f205b3e12508465a5403826d014d /sc/source/ui/inc/optsolver.hxx
parented6b8a100c1aabb342573f252509573bbe124d29 (diff)
remove whitespace
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
Diffstat (limited to 'sc/source/ui/inc/optsolver.hxx')
-rw-r--r--sc/source/ui/inc/optsolver.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/inc/optsolver.hxx b/sc/source/ui/inc/optsolver.hxx
index 769bb1998292..1ae4aa78d913 100644
--- a/sc/source/ui/inc/optsolver.hxx
+++ b/sc/source/ui/inc/optsolver.hxx
@@ -47,7 +47,6 @@ protected:
virtual void KeyInput( const KeyEvent& rKEvt ) SAL_OVERRIDE;
};
-
/// The dialog's content for a row, not yet parsed
struct ScOptConditionRow
{
@@ -201,7 +200,6 @@ private:
DECL_LINK( SelectHdl, void* );
};
-
class ScSolverProgressDialog : public ModelessDialog
{
FixedText* m_pFtTime;
@@ -233,7 +231,6 @@ public:
ScSolverSuccessDialog( Window* pParent, const OUString& rSolution );
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */