diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-20 12:26:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-20 12:26:41 +0000 |
commit | 07be98ee354206842afe17b4f03e430675784a39 (patch) | |
tree | 31ce73ace9882fbf156c8781124bd49b331ee6a9 /dtrans/source | |
parent | bac2d1bff04853c7ef248f3fbb000a46fce4ccb5 (diff) |
#i3150# fixed a missing brain error
Diffstat (limited to 'dtrans/source')
-rw-r--r-- | dtrans/source/X11/X11_selection.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/X11/X11_selection.cxx b/dtrans/source/X11/X11_selection.cxx index 5d73626474c9..1724a3391f8f 100644 --- a/dtrans/source/X11/X11_selection.cxx +++ b/dtrans/source/X11/X11_selection.cxx @@ -2,9 +2,9 @@ * * $RCSfile: X11_selection.cxx,v $ * - * $Revision: 1.48 $ + * $Revision: 1.49 $ * - * last change: $Author: pl $ $Date: 2002-02-20 12:35:35 $ + * last change: $Author: hr $ $Date: 2002-02-20 13:26:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -221,7 +221,7 @@ rtl_TextEncoding x11::getTextPlainEncoding( const OUString& rMimeType ) ::std::hash_map< OUString, SelectionManager*, OUStringHash >& SelectionManager::getInstances() { - ::std::hash_map< OUString, SelectionManager*, OUStringHash > aInstances; + static ::std::hash_map< OUString, SelectionManager*, OUStringHash > aInstances; return aInstances; } |