diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-09-23 09:23:35 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-09-23 09:23:35 +0200 |
commit | eb3b4ec7c227386c866bc8f2aa0500c58dc34184 (patch) | |
tree | fcb58e59cdd48376ddac4e22280498291b3ca653 /sd | |
parent | 1b37830b605972649fe54c29fbb952df0e4c9682 (diff) |
Fix comment to reference the right bugtracker.
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/slideshow/slideshow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slideshow/slideshow.cxx b/sd/source/ui/slideshow/slideshow.cxx index 28282ed80559..e89323f70e15 100644 --- a/sd/source/ui/slideshow/slideshow.cxx +++ b/sd/source/ui/slideshow/slideshow.cxx @@ -869,7 +869,7 @@ void SAL_CALL SlideShow::startWithArguments( const Sequence< PropertyValue >& rA } } - // #118456# make sure TextEdit changes get pushed to model. + // #i118456# make sure TextEdit changes get pushed to model. // mpDrawView is tested against NULL above already. if(mpCurrentViewShellBase) { |