summaryrefslogtreecommitdiff
path: root/sal/inc/osl/profile.hxx
diff options
context:
space:
mode:
authorOliver Braun <obr@openoffice.org>2001-06-07 12:46:08 +0000
committerOliver Braun <obr@openoffice.org>2001-06-07 12:46:08 +0000
commit1a2f53f6df0c4ee3e5f42a6b84bd7ad317bfb3a4 (patch)
treea7654db54913c224b29396c8229ab9a5ec232131 /sal/inc/osl/profile.hxx
parent46c3662e1424ade88b18a3eb39a82de85047303b (diff)
#73862#
Diffstat (limited to 'sal/inc/osl/profile.hxx')
-rw-r--r--sal/inc/osl/profile.hxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/sal/inc/osl/profile.hxx b/sal/inc/osl/profile.hxx
index f567a1b61ec8..fb55ee98c1b2 100644
--- a/sal/inc/osl/profile.hxx
+++ b/sal/inc/osl/profile.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: profile.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obr $ $Date: 2001-05-14 08:55:38 $
+ * last change: $Author: obr $ $Date: 2001-06-07 13:41:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -230,13 +230,6 @@ namespace osl {
return aSections;
}
-
- static rtl::OUString getName(const rtl::OUString& rPath, const rtl::OUString& rName)
- {
- rtl::OUString aProfileName;
- return osl_getProfileName( rPath.pData, rName.pData, &aProfileName.pData ) ? aProfileName : rtl::OUString();
- }
-
};
}