summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-13 17:24:26 +0100
committerDavid Tardon <dtardon@redhat.com>2016-04-26 19:34:03 +0000
commit7317b1414e3b610513e3a50bd7bcdd419325961e (patch)
tree9bb25b882d2f77621bd3a8651ba8d13cead37cc3 /framework
parent52bfe2cffb71ee83bab4b56d3f950721f7104ca6 (diff)
-Werror=attributes (GCC 6)
Change-Id: I4450caf9411fcfbe979a41a67a38e7238ece0be6 (cherry picked from commit facfb35417da684eefe0b51e8f7c6824478a8717) Signed-off-by: David Tardon <dtardon@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/24408 Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/tabwindowservice.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/tabwindowservice.cxx b/framework/source/services/tabwindowservice.cxx
index dde0162b3dcc..666bdfccef74 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);