summaryrefslogtreecommitdiff
path: root/vcl/source/helper
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2017-02-20 14:05:09 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2017-02-21 01:41:16 +0200
commitc8dc5650836bd837b5839e2654ec185eb243ff3a (patch)
treef32e7da60b29e7853fed9a6a2cc539f44ceb761e /vcl/source/helper
parent8f381b47f5493151f06d77453ff5153cd075a68b (diff)
Formatting and remove unneeded declaration
Change-Id: Icefd6b869bdbfb3d03f24aea5b94fcf83961d388
Diffstat (limited to 'vcl/source/helper')
-rw-r--r--vcl/source/helper/commandinfoprovider.cxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/vcl/source/helper/commandinfoprovider.cxx b/vcl/source/helper/commandinfoprovider.cxx
index d95ea558a17d..755d41ff0dc2 100644
--- a/vcl/source/helper/commandinfoprovider.cxx
+++ b/vcl/source/helper/commandinfoprovider.cxx
@@ -271,7 +271,7 @@ OUString GetTooltipForCommand (
}
OUString GetCommandShortcut (const OUString& rsCommandName,
- const Reference<frame::XFrame>& rxFrame)
+ const Reference<frame::XFrame>& rxFrame)
{
OUString sShortcut;
@@ -298,8 +298,8 @@ OUString GetRealCommandForCommand(const OUString& rCommandName,
}
BitmapEx GetBitmapForCommand(const OUString& rsCommandName,
- const Reference<frame::XFrame>& rxFrame,
- vcl::ImageType eImageType)
+ const Reference<frame::XFrame>& rxFrame,
+ vcl::ImageType eImageType)
{
if (rsCommandName.isEmpty())
@@ -364,8 +364,8 @@ BitmapEx GetBitmapForCommand(const OUString& rsCommandName,
}
Image GetImageForCommand(const OUString& rsCommandName,
- const Reference<frame::XFrame>& rxFrame,
- vcl::ImageType eImageType)
+ const Reference<frame::XFrame>& rxFrame,
+ vcl::ImageType eImageType)
{
return Image(GetBitmapForCommand(rsCommandName, rxFrame, eImageType));
}
@@ -398,8 +398,7 @@ bool IsMirrored(const OUString& rsCommandName, const OUString& rsModuleName)
return ResourceHasKey("private:resource/image/commandmirrorimagelist", rsCommandName, rsModuleName);
}
-bool IsExperimental(const OUString& rsCommandName,
- const OUString& rModuleName)
+bool IsExperimental(const OUString& rsCommandName, const OUString& rModuleName)
{
Sequence<beans::PropertyValue> aProperties;
try