diff options
author | gamebusterz <gamebusterz2@gmail.com> | 2015-02-20 02:46:58 +0530 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-02-20 21:25:17 +0000 |
commit | 5bd8dcd45cb37b093e526c929ff9e3f382b8a758 (patch) | |
tree | e9e93b53d509a04a1548b6da8cca868a5351964b /sfx2/source/sidebar/Tools.cxx | |
parent | 1fcaf8a37a7133f07e5b9a18c4fadf17fe914f6d (diff) |
tdf#12345 Removed redundant newlines in the code
Change-Id: Id3d8b6732caf58c70315db6e706338f7dac458c2
Reviewed-on: https://gerrit.libreoffice.org/14567
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sfx2/source/sidebar/Tools.cxx')
-rw-r--r-- | sfx2/source/sidebar/Tools.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sfx2/source/sidebar/Tools.cxx b/sfx2/source/sidebar/Tools.cxx index 09bf49febb56..8789546eae17 100644 --- a/sfx2/source/sidebar/Tools.cxx +++ b/sfx2/source/sidebar/Tools.cxx @@ -51,8 +51,6 @@ Image Tools::GetImage ( } - - Image Tools::GetImage ( const ::rtl::OUString& rsURL, const Reference<frame::XFrame>& rxFrame) @@ -96,8 +94,6 @@ Image Tools::GetImage ( } - - css::awt::Gradient Tools::VclToAwtGradient (const Gradient aVclGradient) { css::awt::Gradient aAwtGradient ( @@ -115,8 +111,6 @@ css::awt::Gradient Tools::VclToAwtGradient (const Gradient aVclGradient) } - - Gradient Tools::AwtToVclGradient (const css::awt::Gradient aAwtGradient) { Gradient aVclGradient ( @@ -135,8 +129,6 @@ Gradient Tools::AwtToVclGradient (const css::awt::Gradient aAwtGradient) } - - util::URL Tools::GetURL (const ::rtl::OUString& rsCommand) { util::URL aURL; @@ -150,8 +142,6 @@ util::URL Tools::GetURL (const ::rtl::OUString& rsCommand) } - - Reference<frame::XDispatch> Tools::GetDispatch ( const css::uno::Reference<css::frame::XFrame>& rxFrame, const util::URL& rURL) @@ -162,8 +152,6 @@ Reference<frame::XDispatch> Tools::GetDispatch ( } - - ::rtl::OUString Tools::GetModuleName ( const css::uno::Reference<css::frame::XFrame>& rxFrame) { |