summaryrefslogtreecommitdiff
path: root/vcl/source/app/settings.cxx
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/settings.cxx
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/settings.cxx')
-rw-r--r--vcl/source/app/settings.cxx4
1 files changed, 0 insertions, 4 deletions
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()
{
}