diff options
Diffstat (limited to 'svl/source/notify/smplhint.cxx')
-rw-r--r-- | svl/source/notify/smplhint.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/svl/source/notify/smplhint.cxx b/svl/source/notify/smplhint.cxx index a30e900f5264..b85173431150 100644 --- a/svl/source/notify/smplhint.cxx +++ b/svl/source/notify/smplhint.cxx @@ -17,18 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include <svl/smplhint.hxx> - TYPEINIT1(SfxSimpleHint, SfxHint); -// creates a SimpleHint with the type nId - -SfxSimpleHint::SfxSimpleHint( sal_uLong nIdP ) -{ - nId = nIdP; -} - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |