summaryrefslogtreecommitdiff
path: root/connectivity/source/resource/sharedresources.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/resource/sharedresources.cxx')
-rw-r--r--connectivity/source/resource/sharedresources.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/connectivity/source/resource/sharedresources.cxx b/connectivity/source/resource/sharedresources.cxx
index 7cd77737f165..ea28d4801668 100644
--- a/connectivity/source/resource/sharedresources.cxx
+++ b/connectivity/source/resource/sharedresources.cxx
@@ -27,18 +27,18 @@
#include <tools/diagnose_ex.h>
#include <osl/diagnose.h>
-//........................................................................
+
namespace connectivity
{
-//........................................................................
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XComponentContext;
using ::com::sun::star::uno::Exception;
- //====================================================================
+
//= SharedResources_Impl
- //====================================================================
+
class SharedResources_Impl
{
private:
@@ -127,9 +127,9 @@ namespace connectivity
return *s_pInstance;
}
- //====================================================================
+
//= helpers
- //====================================================================
+
namespace
{
size_t lcl_substitute( OUString& _inout_rString,
@@ -149,9 +149,9 @@ namespace connectivity
}
}
- //====================================================================
+
//= SharedResources
- //====================================================================
+
SharedResources::SharedResources()
{
@@ -215,8 +215,8 @@ namespace connectivity
return sString;
}
-//........................................................................
+
} // namespace connectivity
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */