diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-10-06 14:32:20 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-10-06 14:32:20 +0000 |
commit | 7244befd88b6f62c0a53cbd700fe61483a0a9c71 (patch) | |
tree | a69e4284f2990ba59a007c5592f1a3a8cbd410d3 /svx/source/inc | |
parent | cfcb4b62b223f0f34b6f9ed9523a405bf85f8521 (diff) |
INTEGRATION: CWS rt02 (1.3.432); FILE MERGED
2003/09/30 16:22:54 rt 1.3.432.1: #i19697# Fixed compiler warnings
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/fmstatic.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/fmstatic.hxx b/svx/source/inc/fmstatic.hxx index bbbc5685cf6c..120dd17ac0bb 100644 --- a/svx/source/inc/fmstatic.hxx +++ b/svx/source/inc/fmstatic.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmstatic.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: fs $ $Date: 2002-03-14 16:03:41 $ + * last change: $Author: rt $ $Date: 2003-10-06 15:32:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -110,5 +110,5 @@ inline ConstAsciiString::operator const ::rtl::OUString () const ConstAsciiString name(asciivalue, sizeof(asciivalue) - 1) -#endif _FM_STATIC_HXX_ +#endif // _FM_STATIC_HXX_ |