diff options
author | Thomas Lange <tl@openoffice.org> | 2002-12-10 11:23:43 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2002-12-10 11:23:43 +0000 |
commit | d10ced56239ce44fd94dfa1f7dd99ed3ecadd45d (patch) | |
tree | 673b12da0a4744e7effa44d1840ca0645b9af88b /svx | |
parent | 0d6bd6e3d015baf314801137a02d6a58e3677e79 (diff) |
#106062# const added
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/unolingu.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/unolingu.hxx b/svx/inc/unolingu.hxx index 0664553c229d..a636197031f5 100644 --- a/svx/inc/unolingu.hxx +++ b/svx/inc/unolingu.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unolingu.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: tl $ $Date: 2002-12-04 13:05:00 $ + * last change: $Author: tl $ $Date: 2002-12-10 12:23:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -127,7 +127,7 @@ class SvxLinguConfigUpdate public: - static BOOL IsUpdated() { return bUpdated; } + static BOOL IsUpdated() const { return bUpdated; } static void UpdateAll(); }; |