summaryrefslogtreecommitdiff
path: root/forms/source/inc/frm_resource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/frm_resource.hxx')
-rw-r--r--forms/source/inc/frm_resource.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/forms/source/inc/frm_resource.hxx b/forms/source/inc/frm_resource.hxx
index 17bb86d457e4..3dce65394d43 100644
--- a/forms/source/inc/frm_resource.hxx
+++ b/forms/source/inc/frm_resource.hxx
@@ -23,16 +23,16 @@
#include <rtl/ustring.hxx>
class SimpleResMgr;
-//.........................................................................
+
namespace frm
{
#define FRM_RES_STRING(id) ResourceManager::loadString(id)
- //==================================================================
+
//= ResourceManager
//= handling resources within the FormLayer library
- //==================================================================
+
class ResourceManager
{
static SimpleResMgr* m_pImpl;
@@ -61,9 +61,9 @@ namespace frm
static OUString loadString(sal_uInt16 _nResId);
};
-//.........................................................................
+
}
-//.........................................................................
+
#endif // INCLUDED_FORMS_SOURCE_INC_FRM_RESOURCE_HXX