summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-04-23 16:35:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-04-23 21:44:02 +0200
commitc5ab53e3a143b7090e0bf024dff6dd9fb50c2a67 (patch)
tree9de57889b566225975f2580cb88d98d6820f9371
parent46d7ea280c03776f7781fac97db29f431725a5c8 (diff)
type mismatch at 1st parameter ('vcl::Window *const' vs 'const vcl::Window *')
Change-Id: I4e72c5c66b3826f00ad65da81f253c32ca9cdcbb Reviewed-on: https://gerrit.libreoffice.org/53334 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sfx2/source/appl/appinit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx
index 49a4ca54c1d4..3771047e805e 100644
--- a/sfx2/source/appl/appinit.cxx
+++ b/sfx2/source/appl/appinit.cxx
@@ -141,7 +141,7 @@ Sequence< OUString > SAL_CALL SfxTerminateListener_Impl::getSupportedServiceName
}
-typedef bool ( *PFunc_getSpecialCharsForEdit)( vcl::Window* const i_pParent, const vcl::Font& i_rFont, OUString& o_rOutString );
+typedef bool ( *PFunc_getSpecialCharsForEdit)( vcl::Window const * i_pParent, const vcl::Font& i_rFont, OUString& o_rOutString );
// Lazy binding of the GetSpecialCharsForEdit function as it resides in