diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-11-28 16:00:49 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-11-28 16:00:49 +0000 |
commit | 3861003ba00c2b2829dbf68148dff448231ce364 (patch) | |
tree | 144e0ed5da3d4960ef2ba161f2e01172c2c22504 /sfx2/source/appl/shutdownicon.cxx | |
parent | de91e8882672e977b8eb3e2dc5b0c9ea1117e334 (diff) |
#78650#: filter names without module prefixes
Diffstat (limited to 'sfx2/source/appl/shutdownicon.cxx')
-rw-r--r-- | sfx2/source/appl/shutdownicon.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx index ece13d79bc16..aace6b29c16e 100644 --- a/sfx2/source/appl/shutdownicon.cxx +++ b/sfx2/source/appl/shutdownicon.cxx @@ -2,9 +2,9 @@ * * $RCSfile: shutdownicon.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: mba $ $Date: 2001-11-28 11:22:53 $ + * last change: $Author: mba $ $Date: 2001-11-28 17:00:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -319,7 +319,7 @@ void ShutdownIcon::FileOpen() if ( pFilter ) { - aFilterName = pFilter->GetName(); + aFilterName = pFilter->GetFilterName(); if ( aFilterName.getLength() ) { |