[Libreoffice-commits] core.git: 2 commits - include/vcl
Chris Sherlock
chris.sherlock79 at gmail.com
Thu Jan 7 19:37:40 PST 2016
include/vcl/bitmap.hxx | 3 ---
include/vcl/svapp.hxx | 9 ++++++---
2 files changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 7e57359f3fe874293b1a307e8b7895760dcdc185
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Fri Jan 8 14:36:54 2016 +1100
vcl: pProgress is not a parameter of Bitmap::Filter
Change-Id: I1c22b6d3e88e9442ebf8fc5a4599cafe72f9c90d
diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx
index 729dd5e..58fde12 100644
--- a/include/vcl/bitmap.hxx
+++ b/include/vcl/bitmap.hxx
@@ -708,9 +708,6 @@ public:
@param pFilterParam
Various parameter for the different bitmap filter algorithms
- @param pProgress
- A callback for showing the progress of the vectorization
-
@return true, if the operation was completed successfully.
*/
bool Filter(
commit 77a2d4b9b10cd9d3cffbda106027d7c214085efa
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Fri Jan 8 14:34:34 2016 +1100
vcl: document parameters in svapp.hxx
Change-Id: Ifab1794363cd9bbe2cc1bb8010edbe25f0a0ac0d
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index ce26f94..1416abc 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -735,7 +735,7 @@ public:
/** Send event to all VCL application event listeners
- @param pEvent Pointer to VclSimpleEvent
+ @param rEvent Reference to VclSimpleEvent
@see ImplCallEventListeners(sal_uLong nEvent, Windows* pWin, void* pData);
*/
@@ -765,7 +765,7 @@ public:
@param nEvent Event ID for mouse event
@param pWin Pointer to window to which the event is sent
- @param pKeyEvent Mouse event to send
+ @param pMouseEvent Mouse event to send
*/
static ImplSVEvent * PostMouseEvent( sal_uLong nEvent, vcl::Window *pWin, MouseEvent* pMouseEvent );
@@ -802,7 +802,7 @@ public:
If the idle event manager doesn't exist, then initialize it.
@param rLink const reference to the idle handler
- @param nPrio The priority of the idle handler - idle handlers of a higher
+ @param nPriority The priority of the idle handler - idle handlers of a higher
priority will be processed before this handler.
@return true if the handler was inserted successfully, false if it couldn't be inserted.
@@ -1398,6 +1398,9 @@ public:
@param rMimeType The mime content type of the document specified by aFileUrl.
If an empty string will be provided "application/octet-stream"
will be used.
+
+ @param rDocumentService The app (or "document service") you will be adding the file to
+ e.g. com.sun.star.text.TextDocument
*/
static void AddToRecentDocumentList(const OUString& rFileUrl, const OUString& rMimeType, const OUString& rDocumentService);
More information about the Libreoffice-commits
mailing list