Kaydet (Commit) 822a962c authored tarafından Miklos Vajna's avatar Miklos Vajna

LOK: update headers from master

Change-Id: I32f0de20864cae267ebd32516f20baf8e38f910b
üst 7d6fd383
...@@ -241,7 +241,7 @@ public: ...@@ -241,7 +241,7 @@ public:
* @param pCommand uno command to be posted to the document, like ".uno:Bold" * @param pCommand uno command to be posted to the document, like ".uno:Bold"
* @param pArguments arguments of the uno command. * @param pArguments arguments of the uno command.
*/ */
inline void postUnoCommand(const char* pCommand, const char* pArguments = 0, bool bNotifyWhenFinished = false) inline void postUnoCommand(const char* pCommand, const char* pArguments = NULL, bool bNotifyWhenFinished = false)
{ {
mpDoc->pClass->postUnoCommand(mpDoc, pCommand, pArguments, bNotifyWhenFinished); mpDoc->pClass->postUnoCommand(mpDoc, pCommand, pArguments, bNotifyWhenFinished);
} }
...@@ -264,7 +264,7 @@ public: ...@@ -264,7 +264,7 @@ public:
* @param pMimeType suggests the return format, for example text/plain;charset=utf-8. * @param pMimeType suggests the return format, for example text/plain;charset=utf-8.
* @param pUsedMimeType output parameter to inform about the determined format (suggested one or plain text). * @param pUsedMimeType output parameter to inform about the determined format (suggested one or plain text).
*/ */
inline char* getTextSelection(const char* pMimeType, char** pUsedMimeType = 0) inline char* getTextSelection(const char* pMimeType, char** pUsedMimeType = NULL)
{ {
return mpDoc->pClass->getTextSelection(mpDoc, pMimeType, pUsedMimeType); return mpDoc->pClass->getTextSelection(mpDoc, pMimeType, pUsedMimeType);
} }
......
...@@ -36,7 +36,7 @@ LibreOfficeKitPartMode; ...@@ -36,7 +36,7 @@ LibreOfficeKitPartMode;
typedef enum typedef enum
{ {
LOK_TILEMODE_RGBA, LOK_TILEMODE_RGBA,
LOK_TILEMODE_ARGB LOK_TILEMODE_BGRA
} }
LibreOfficeKitTileMode; LibreOfficeKitTileMode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment