summaryrefslogtreecommitdiff
path: root/forms/source/resource/frm_resource.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/resource/frm_resource.cxx')
-rw-r--r--forms/source/resource/frm_resource.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/resource/frm_resource.cxx b/forms/source/resource/frm_resource.cxx
index a2a92e173170..2942d905b7cd 100644
--- a/forms/source/resource/frm_resource.cxx
+++ b/forms/source/resource/frm_resource.cxx
@@ -24,7 +24,7 @@
// ---- needed as long as we have no contexts for components ---
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
-//---------------------------------------------------
+
#include <svl/solar.hrc>
@@ -37,13 +37,13 @@ namespace frm
//==================================================================
SimpleResMgr* ResourceManager::m_pImpl = NULL;
- //------------------------------------------------------------------
+
ResourceManager::EnsureDelete::~EnsureDelete()
{
delete ResourceManager::m_pImpl;
}
- //------------------------------------------------------------------
+
void ResourceManager::ensureImplExists()
{
if (m_pImpl)
@@ -58,7 +58,7 @@ namespace frm
}
}
- //------------------------------------------------------------------
+
OUString ResourceManager::loadString(sal_uInt16 _nResId)
{
OUString sReturn;