summaryrefslogtreecommitdiff
path: root/vcl/inc/svdata.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-16 21:32:10 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-16 21:32:10 +0200
commit861fc6ce60171e964e68bcb7681626fe28fd1cb2 (patch)
tree886a99fae8d55bd44b2a8613c389bc6aa8c6f71a /vcl/inc/svdata.hxx
parentec4977278ba3d153f0913c72450e72a6ed21d593 (diff)
Bin some pointless comments and ASCII graphics
Change-Id: Ib7b176eb1889ebd94d4b628899011de9ebbb3dbd
Diffstat (limited to 'vcl/inc/svdata.hxx')
-rw-r--r--vcl/inc/svdata.hxx40
1 files changed, 0 insertions, 40 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx
index ba3791770828..484205d223e9 100644
--- a/vcl/inc/svdata.hxx
+++ b/vcl/inc/svdata.hxx
@@ -96,9 +96,6 @@ class SalData;
namespace vcl { class DisplayConnection; class SettingsConfigItem; class DeleteOnDeinitBase; }
namespace utl { class DefaultFontConfiguration; class FontSubstConfiguration; }
-// -----------------
-// - ImplSVAppData -
-// -----------------
class LocaleConfigurationListener : public utl::ConfigurationListener
{
public:
@@ -159,10 +156,6 @@ struct ImplSVAppData
};
-// -----------------
-// - ImplSVGDIData -
-// -----------------
-
struct ImplSVGDIData
{
OutputDevice* mpFirstWinGraphics; // First OutputDevice with a Frame Graphics
@@ -191,10 +184,6 @@ struct ImplSVGDIData
};
-// -----------------
-// - ImplSVWinData -
-// -----------------
-
struct ImplSVWinData
{
Window* mpFirstFrame; // First FrameWindow
@@ -220,10 +209,6 @@ struct ImplSVWinData
};
-// ------------------
-// - ImplSVCtrlData -
-// ------------------
-
typedef std::vector< std::pair< OUString, FieldUnit > > FieldUnitStringList;
struct ImplSVCtrlData
@@ -252,10 +237,6 @@ struct ImplSVCtrlData
};
-// ------------------
-// - ImplSVHelpData -
-// ------------------
-
struct ImplSVHelpData
{
sal_Bool mbContextHelp : 1; // is ContextHelp enabled
@@ -304,10 +285,6 @@ struct ImplSVNWFData
};
-// --------------
-// - ImplSVData -
-// --------------
-
struct ImplSVData
{
SalData* mpSalData;
@@ -375,22 +352,9 @@ FieldUnitStringList* ImplGetFieldUnits();
FieldUnitStringList* ImplGetCleanedFieldUnits();
-// -----------------------------------------------------------------------
-
-// -----------------
-// - ImplSVEmpyStr -
-// -----------------
-
-// Empty-SV-String
-
inline const String& ImplGetSVEmptyStr()
{ return String::EmptyString(); }
-// -----------------------------------------------------------------------
-
-// ----------------------
-// - struct ImplDelData -
-// ----------------------
// ImplDelData is used as a "dog tag" by a window when it
// does something that could indirectly destroy the window
// TODO: wild destruction of a window should not be possible
@@ -417,10 +381,6 @@ private:
void AttachToWindow( const Window* );
};
-// ---------------
-// - ImplSVEvent -
-// ---------------
-
struct ImplSVEvent
{
sal_uLong mnEvent;