summaryrefslogtreecommitdiff
path: root/vcl/source/app
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-02-27 14:47:25 +1100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 06:43:20 -0600
commitf6e0d356b7b11f0ece009428e71864f0ba41ef7e (patch)
tree465ed3f8c4e195f0325005418753a622ae1fd878 /vcl/source/app
parent518b75326a83166a24b9d3c1b31ce63189f60c7f (diff)
Removed unnecessary comment decorations and wspace from VCL sources
Change-Id: I190b57bb476a35ede1b6050f3c1edabd0ab00397 Reviewed-on: https://gerrit.libreoffice.org/8374 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/dbggui.cxx2
-rw-r--r--vcl/source/app/help.cxx1
-rw-r--r--vcl/source/app/settings.cxx4
3 files changed, 3 insertions, 4 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx
index 0cfe966a83f1..379bc32a7062 100644
--- a/vcl/source/app/dbggui.cxx
+++ b/vcl/source/app/dbggui.cxx
@@ -343,6 +343,7 @@ private:
void GetAssertionEntryRange( sal_uInt16 nInbetweenEntry, sal_uInt16& nFirst, sal_uInt16& nLast );
};
+
class DbgInfoDialog : public ModalDialog
{
private:
@@ -356,6 +357,7 @@ public:
void SetInfoText( const OUString& rStr );
};
+
class DbgDialog : public ModalDialog
{
private:
diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx
index b84364e00b24..77b655ab65d5 100644
--- a/vcl/source/app/help.cxx
+++ b/vcl/source/app/help.cxx
@@ -464,6 +464,7 @@ OUString HelpTextWindow::GetText() const
return FloatingWindow::CreateAccessible();
}
+
void ImplShowHelpWindow( Window* pParent, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle,
const OUString& rHelpText, const OUString& rStatusText,
const Point& rScreenPos, const Rectangle* pHelpArea )
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index 991f9decf543..68314006da6f 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -892,15 +892,11 @@ void ImplStyleData::SetStandardStyles()
maWorkspaceGradient = Wallpaper( aGrad );
}
-// -----------------------------------------------------------------------
-
StyleSettings::StyleSettings()
: mpData(boost::make_shared<ImplStyleData>())
{
}
-// -----------------------------------------------------------------------
-
StyleSettings::~StyleSettings()
{
}