summaryrefslogtreecommitdiff
path: root/svx/source/form/databaselocationinput.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/databaselocationinput.cxx')
-rw-r--r--svx/source/form/databaselocationinput.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/svx/source/form/databaselocationinput.cxx b/svx/source/form/databaselocationinput.cxx
index 2e566a3282f3..f2143334e6bd 100644
--- a/svx/source/form/databaselocationinput.cxx
+++ b/svx/source/form/databaselocationinput.cxx
@@ -36,10 +36,10 @@
#include <vcl/button.hxx>
#include <vcl/msgbox.hxx>
-//........................................................................
+
namespace svx
{
-//........................................................................
+
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::Reference;
@@ -50,9 +50,9 @@ namespace svx
namespace TemplateDescription = ::com::sun::star::ui::dialogs::TemplateDescription;
- //====================================================================
+
//= DatabaseLocationInputController_Impl
- //====================================================================
+
class DatabaseLocationInputController_Impl
{
public:
@@ -263,9 +263,9 @@ namespace svx
m_bNeedExistenceCheck = true;
}
- //====================================================================
+
//= DatabaseLocationInputController
- //====================================================================
+
DatabaseLocationInputController::DatabaseLocationInputController( const Reference<XComponentContext>& _rContext,
::svt::OFileURLControl& _rLocationInput, PushButton& _rBrowseButton )
@@ -296,8 +296,8 @@ namespace svx
return m_pImpl->getURL();
}
-//........................................................................
+
} // namespace svx
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */