diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-27 15:25:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-27 15:27:39 +0200 |
commit | e48a2339600d12d43148bbdb9a47770ae9bc94e3 (patch) | |
tree | dcaa8b52ed44f0b6c22b02c29910cea6b1ea46a3 /basic/source | |
parent | b05b970daaf69b5b491b847375ee07539de9481f (diff) |
loplugin:unreffun: also warn about redundant redeclarations
Change-Id: I9a812220b58cf6da00d854e65794f7c673ab239d
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/inc/rtlproto.hxx | 1 | ||||
-rw-r--r-- | basic/source/runtime/methods.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/basic/source/inc/rtlproto.hxx b/basic/source/inc/rtlproto.hxx index 7a03a0383dc4..7236f78ed2ad 100644 --- a/basic/source/inc/rtlproto.hxx +++ b/basic/source/inc/rtlproto.hxx @@ -226,7 +226,6 @@ extern RTLFUNC(Timer); extern RTLFUNC(Weekday); extern RTLFUNC(WeekdayName); extern RTLFUNC(Year); -extern RTLFUNC(Date); extern RTLFUNC(InputBox); extern RTLFUNC(Me); extern RTLFUNC(MsgBox); diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index 77d0828545a2..95ac76ea9306 100644 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -84,8 +84,6 @@ using namespace com::sun::star::uno; #include <ctype.h> #include <errno.h> -SbxVariable* getDefaultProp( SbxVariable* pRef ); - #include "sbobjmod.hxx" #ifdef WNT |