summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/resmgr.hxx1
-rw-r--r--tools/source/rc/resmgr.cxx5
2 files changed, 0 insertions, 6 deletions
diff --git a/tools/inc/tools/resmgr.hxx b/tools/inc/tools/resmgr.hxx
index 5d46d0f26577..8a6e44cf481c 100644
--- a/tools/inc/tools/resmgr.hxx
+++ b/tools/inc/tools/resmgr.hxx
@@ -187,7 +187,6 @@ public:
sal_uInt32 GetRemainSize();
const rtl::OUString& GetFileName() const;
- rtl::OUString getPrefixName() const;
sal_Int16 ReadShort();
sal_Int32 ReadLong();
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index 8ddef9c58bbe..0f3d43cc2c5f 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -1606,11 +1606,6 @@ ResMgr* ResMgr::CreateResMgr( const sal_Char* pPrefixName,
return pImp ? new ResMgr( pImp ) : NULL;
}
-rtl::OUString ResMgr::getPrefixName() const
-{
- return pImpRes->aPrefix;
-}
-
ResMgr* ResMgr::SearchCreateResMgr(
const sal_Char* pPrefixName,
com::sun::star::lang::Locale& rLocale )