diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-07 17:26:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-07 17:27:39 +0200 |
commit | 6ac0e1399a2be344284f192fb3445489346b1fba (patch) | |
tree | c79887c9a1ddf69718f231b1797dc03d06c4fc84 /include/svx/fmsrcimp.hxx | |
parent | a8dd89b49ea26d8bfb27feab562191e61d4a7487 (diff) |
Remove silly PUT_SEMICOLON_AT_THE_END
...and rather live with macro calls not terminated by semicolons until those
macros are gone for good anyway. Completely remove unused
DECLARE_UNO3_XCOMPONENT_DEFAULTS.
Change-Id: I0d4eb5a91736004b0da2b09fce860e57f6d1ddbd
Diffstat (limited to 'include/svx/fmsrcimp.hxx')
-rw-r--r-- | include/svx/fmsrcimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fmsrcimp.hxx b/include/svx/fmsrcimp.hxx index 00d030ab3c1d..99d3c4204827 100644 --- a/include/svx/fmsrcimp.hxx +++ b/include/svx/fmsrcimp.hxx @@ -97,7 +97,7 @@ public: // the set has to support the sdb::ResultSet service virtual ~FmRecordCountListener(); - // DECLARE_UNO3_AGG_DEFAULTS(FmPropertyListener, UsrObject); + // DECLARE_UNO3_AGG_DEFAULTS(FmPropertyListener, UsrObject) // virtual sal_Bool queryInterface(::com::sun::star::uno::Uik aUik, ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& rOut); // ::com::sun::star::lang::XEventListener |