diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 17:06:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 17:06:09 +0000 |
commit | 12770a3e683fbb9d1f9dd1050ff808f43cd376e6 (patch) | |
tree | e3c378cfd15e48c616960648978d538347e81ac9 /desktop/source/splash | |
parent | 955606b0fed518d76a179124a62543197998956a (diff) |
INTEGRATION: CWS ooo20031110 (1.2.138); FILE MERGED
2003/11/07 02:34:08 waratah 1.2.138.1: #i21906# add class type to the operator= functions
Diffstat (limited to 'desktop/source/splash')
-rw-r--r-- | desktop/source/splash/splash.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/splash/splash.hxx b/desktop/source/splash/splash.hxx index 4ddaee4bc24a..75342adaed9d 100644 --- a/desktop/source/splash/splash.hxx +++ b/desktop/source/splash/splash.hxx @@ -2,9 +2,9 @@ * * $RCSfile: splash.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-03-25 13:52:51 $ + * last change: $Author: rt $ $Date: 2003-12-01 18:06:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -112,7 +112,7 @@ private: // don't allow anybody but ourselves to create instances of this class SplashScreen(const SplashScreen&); SplashScreen(void); - operator =(const SplashScreen&); + SplashScreen operator =(const SplashScreen&); SplashScreen(const Reference< XMultiServiceFactory >& xFactory); |