Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Dnia 2011-07-16, sob o godzinie 15:37 +0200, Maciej Rumianowski pisze:
Hi,

in latest commit:
http://cgit.freedesktop.org/libreoffice/libs-gui/diff/svtools/source/contnr/imivctl1.cxx?id=593060f913a253b5a1998c7791e7ed87e7f49c97

imivctl.hxx and imivctl1.cxx were changed, but
SvxIconChoiceCtrl_Impl::InsertEntry declaration doesn't match
definition.

I have changed it and now building again if it works, I will send a
Patch. It will be my first :)
Is working:)
Patch in attachment, ofcourse on LGPL3+/GPL3+/MPL.

Best Regards,
      Maciek


From ee44f22e6f99fde917c2ceb931ec6fc88b2ffa97 Mon Sep 17 00:00:00 2001
From: Maciej Rumianowski <maciej.rumianowski@gmail.com>
Date: Sat, 16 Jul 2011 17:12:55 +0200
Subject: [PATCH] fix SvxIconChoiceCtrl_Impl::InsertEntry build error

definition in source/contnr/imivctl1.cxx didn't match declaration in source/contnr/imivctl.hxx
---
 svtools/source/contnr/imivctl1.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/svtools/source/contnr/imivctl1.cxx b/svtools/source/contnr/imivctl1.cxx
index a406b3e..6d46e32 100644
--- a/svtools/source/contnr/imivctl1.cxx
+++ b/svtools/source/contnr/imivctl1.cxx
@@ -292,7 +292,7 @@ void SvxIconChoiceCtrl_Impl::FontModified()
     ShowCursor( sal_True );
 }
 
-void SvxIconChoiceCtrl_Impl::InsertEntry( SvxIconChoiceCtrlEntry* pEntry, size_t nPos,
+void SvxIconChoiceCtrl_Impl::InsertEntry( SvxIconChoiceCtrlEntry* pEntry, sal_uLong nPos,
     const Point* pPos )
 {
     StopEditTimer();
-- 
1.7.4.1


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.