summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/ConnectionHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/ConnectionHelper.hxx')
-rw-r--r--dbaccess/source/ui/dlg/ConnectionHelper.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionHelper.hxx b/dbaccess/source/ui/dlg/ConnectionHelper.hxx
index 2b9e4980f1d5..1e8db0c69528 100644
--- a/dbaccess/source/ui/dlg/ConnectionHelper.hxx
+++ b/dbaccess/source/ui/dlg/ConnectionHelper.hxx
@@ -25,10 +25,8 @@
#include "curledit.hxx"
#include <sfx2/filedlghelper.hxx>
-//.........................................................................
namespace dbaui
{
-//.........................................................................
enum IS_PATH_EXIST
{
@@ -62,7 +60,6 @@ namespace dbaui
virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList);
virtual void implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue);
-
// setting/retrieving the current connection URL
// necessary because for some types, the URL must be decoded for display purposes
//String getURL( OConnectionURLEdit* _m_pConnection ) const;
@@ -77,7 +74,6 @@ namespace dbaui
*/
sal_Int32 checkPathExistence(const String& _rURL);
-
IS_PATH_EXIST pathExists(const OUString& _rURL, sal_Bool bIsFile) const;
sal_Bool createDirectoryDeep(const String& _rPathNormalized);
sal_Bool commitURL();
@@ -99,9 +95,7 @@ namespace dbaui
void implUpdateURLDependentStates() const;
};
-//.........................................................................
} // namespace dbaui
-//.........................................................................
#endif // DBAUI_CONNECTIONHELPER_HXX