summaryrefslogtreecommitdiff
path: root/fpicker/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-12-21 12:10:55 +0000
committerOliver Bolte <obo@openoffice.org>2005-12-21 12:10:55 +0000
commita2f1ce7a7356160ada68c509539068cf71d0fe74 (patch)
tree5c5791129637099ed2d0d8082d8fc38e7df4ccaa /fpicker/source
parent6457bbf578b9f2486f6510c90088e3b1bb392627 (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/source')
-rw-r--r--fpicker/source/office/iodlgimp.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/fpicker/source/office/iodlgimp.hxx b/fpicker/source/office/iodlgimp.hxx
index dc54006360..b11a2e4d82 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(); }
};