summaryrefslogtreecommitdiff
path: root/vcl/inc/svdata.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-02 16:45:44 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-02 16:54:18 +0300
commit50bf123ddbeb457b89636621a99c971834adf3ab (patch)
treeb7782261998ca0b6bece98543e2c66e3c96f4d3c /vcl/inc/svdata.hxx
parentdb1c9e4dadc90c5afe3190776a60cc5dcbbce3ac (diff)
Kill superfluous vertical whitespace
Change-Id: I81ce8fd7022bf283db668705efdfb0666f87bde9
Diffstat (limited to 'vcl/inc/svdata.hxx')
-rw-r--r--vcl/inc/svdata.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx
index 2fbaa840e192..7f64bd51757b 100644
--- a/vcl/inc/svdata.hxx
+++ b/vcl/inc/svdata.hxx
@@ -154,7 +154,6 @@ struct ImplSVAppData
DECL_STATIC_LINK( ImplSVAppData, ImplQuitMsg, void* );
};
-
struct ImplSVGDIData
{
OutputDevice* mpFirstWinGraphics; // First OutputDevice with a Frame Graphics
@@ -180,7 +179,6 @@ struct ImplSVGDIData
bool mbNoXORClipping; // true: do not use XOR to achieve clipping effects
};
-
struct ImplSVWinData
{
Window* mpFirstFrame; // First FrameWindow
@@ -204,7 +202,6 @@ struct ImplSVWinData
bool mbNoSaveBackground; // true: save background is unnecessary or even less performant
};
-
typedef std::vector< std::pair< OUString, FieldUnit > > FieldUnitStringList;
struct ImplSVCtrlData
@@ -232,7 +229,6 @@ struct ImplSVCtrlData
FieldUnitStringList* mpCleanUnitStrings; // same list but with some "fluff" like spaces removed
};
-
struct ImplSVHelpData
{
bool mbContextHelp : 1; // is ContextHelp enabled