[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - framework/source
Stephan Bergmann
sbergman at redhat.com
Tue Apr 26 19:34:28 UTC 2016
framework/source/services/tabwindowservice.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7317b1414e3b610513e3a50bd7bcdd419325961e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jan 13 17:24:26 2016 +0100
-Werror=attributes (GCC 6)
Change-Id: I4450caf9411fcfbe979a41a67a38e7238ece0be6
(cherry picked from commit facfb35417da684eefe0b51e8f7c6824478a8717)
Signed-off-by: David Tardon <dtardon at redhat.com>
Reviewed-on: https://gerrit.libreoffice.org/24408
Tested-by: Jenkins <ci at libreoffice.org>
diff --git a/framework/source/services/tabwindowservice.cxx b/framework/source/services/tabwindowservice.cxx
index dde0162..666bdfc 100644
--- a/framework/source/services/tabwindowservice.cxx
+++ b/framework/source/services/tabwindowservice.cxx
@@ -145,7 +145,7 @@ private:
virtual css::uno::Any SAL_CALL impl_getPropertyValue(const OUString& sProperty,
sal_Int32 nHandle ) override;
- DECL_DLLPRIVATE_LINK_TYPED( EventListener, VclWindowEvent&, void );
+ DECL_LINK_TYPED( EventListener, VclWindowEvent&, void );
void impl_checkTabIndex (::sal_Int32 nID) throw (css::lang::IndexOutOfBoundsException);
TTabPageInfoHash::iterator impl_getTabPageInfo(::sal_Int32 nID) throw (css::lang::IndexOutOfBoundsException);
More information about the Libreoffice-commits
mailing list