diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-12-21 12:10:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-12-21 12:10:55 +0000 |
commit | 365533a9610571b1ab89b8c260f7c7694b1433f2 (patch) | |
tree | 12967a60ce7373021961862333c548a875d463b2 /fpicker | |
parent | 444f532a5c3c675be233ccbaee4005265550cfe8 (diff) |
INTEGRATION: CWS dba202a (1.3.12); FILE MERGED
2005/10/24 08:30:20 fs 1.3.12.1: #i35830# only strip extensions which really are extensions - thanks to rvojta@openoffice.org for the patch
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/iodlgimp.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fpicker/source/office/iodlgimp.hxx b/fpicker/source/office/iodlgimp.hxx index ebd5ca8c5ee1..3e26f2731b37 100644 --- a/fpicker/source/office/iodlgimp.hxx +++ b/fpicker/source/office/iodlgimp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: iodlgimp.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:33:13 $ + * last change: $Author: obo $ $Date: 2005-12-21 13:10:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -99,6 +99,7 @@ public: const String& GetName() const { return m_aName; } const String& GetType() const { return m_aType; } + const String GetExtension() const { return m_aType.Copy( 2 ); } sal_Bool isGroupSeparator() const { return 0 == m_aType.Len(); } }; |